mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-12 17:22:26 +08:00
更新0.1.1版本
This commit is contained in:
9
src/plugins/customComponents.ts
Normal file
9
src/plugins/customComponents.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { App } from 'vue'
|
||||
|
||||
/**
|
||||
* 全局注册自定义组件 待完善
|
||||
* @param app
|
||||
*/
|
||||
export function setupCustomComponents(app: App) {
|
||||
// app.component()
|
||||
}
|
||||
Reference in New Issue
Block a user