mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-07 06:52:27 +08:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
/**
|
|
* 全局注册自定义组件 待完善
|
|
* @param app
|
|
*/
|
|
export function setupCustomComponents() {
|
|
// app.component()
|
|
}
|