feat: 新增 notice-bar 目录

This commit is contained in:
就眠儀式
2022-03-17 17:21:30 +08:00
parent 1ead396b51
commit 797adf2c57
3 changed files with 11 additions and 0 deletions

View 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;

View File