bltcn
2023-11-23 911fb3421b9867a0b27f57dfc0912f33d9e779e8
web-pages/src/globalComponents.js
@@ -1,9 +1,11 @@
// 组件
import uiJessibuca from '@/components/ui-jessibuca/index.vue'
import uiScrollbar from '@/components/ui-scrollbar/index.vue'
const components = {
    // 组件
    uiJessibuca
    uiJessibuca,
    uiScrollbar
}
const install = function (Vue, opts = {}) {