游雁
2024-02-19 94de39dde2e616a01683c518023d0fab72b4e103
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 = {}) {