网格区块

This commit is contained in:
yanran200730
2022-02-09 17:07:39 +08:00
parent 52f1b5d0ed
commit f04f01bdba
11 changed files with 1300 additions and 1414 deletions

View File

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