山东移动

This commit is contained in:
yanran200730
2022-02-14 17:48:07 +08:00
parent bec0762630
commit 4a8896a16c
27 changed files with 2640 additions and 4 deletions

View File

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