mirror of
https://github.com/bufanyun/hotgo.git
synced 2026-09-26 05:17:40 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
/**
|
|
* 全局注册自定义组件 待完善
|
|
* @param app
|
|
*/
|
|
export function setupCustomComponents() {
|
|
// app.component()
|
|
}
|