Files

8 lines
160 B
JavaScript
Raw Permalink Normal View History

2025-11-08 10:38:36 +08:00
import BigScreenRun from './index.vue'
BigScreenRun.install = function (Vue) {
Vue.component(BigScreenRun.name, BigScreenRun)
}
export default BigScreenRun