feat: 新增 notice-bar 目录
This commit is contained in:
8
src/component/noticeBar/index.ts
Normal file
8
src/component/noticeBar/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { App } from "vue";
|
||||
import Component from "./index.vue";
|
||||
|
||||
Component.install = (app: App) => {
|
||||
app.component(Component.name, Component);
|
||||
};
|
||||
|
||||
export default Component;
|
||||
0
src/component/noticeBar/index.vue
Normal file
0
src/component/noticeBar/index.vue
Normal file
Reference in New Issue
Block a user