feat: Architecture initialization
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* 公共组件统一导出
|
||||
* 在业务中可通过 `import { HelloWorld } from '@/components'` 使用
|
||||
*/
|
||||
export { default as HelloWorld } from './HelloWorld';
|
||||
Reference in New Issue
Block a user