滚动组件:defaultSeamlessScroll.vue <script setup> import {ref, onMounted, toRef, defineProps, toRaw} from "vue" import {unref} from "vue-demi"; const pro
/public/config.js,全局配置 const globalConfig = { indexComp1: function() { return this.comp1; } indexComp2: function() { return :this.comp2; } co