zhifu gao
2024-04-26 1cdb3cc28d4d89a576cc06e5cd8eb80da1f3a3aa
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 = {}) {