合并网格管理员并权限控制

This commit is contained in:
aixianling
2022-04-29 14:32:08 +08:00
parent cf4ae0bc58
commit abe2f9892e
22 changed files with 133 additions and 1835 deletions

View File

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