mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-15 21:53:48 +08:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
/**
|
|
* 全局注册自定义组件 待完善
|
|
* @param app
|
|
*/
|
|
export function setupCustomComponents() {
|
|
// app.component()
|
|
}
|