This commit is contained in:
yanran200730
2022-02-14 14:23:14 +08:00
parent 71a0c5e638
commit 20a6f55368
15 changed files with 3456 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
import component from './AppGridBlock.vue'
component.install = function (Vue) {
Vue.component(component.name, component)
}
export default component