mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 完成首页静态展示内容
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import type { App } from 'vue'
|
||||
import { Skeleton } from '@/components/Skeleton'
|
||||
|
||||
/**
|
||||
* 全局注册自定义组件 待完善
|
||||
* @param app
|
||||
*/
|
||||
export function setupCustomComponents() {
|
||||
// app.component()
|
||||
export function setupCustomComponents(app: App) {
|
||||
app.component('Skeleton', Skeleton)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user