yxl
2025-02-13 92f7479c89d8573d954e5bf37a464c1bbef396eb
1
2
3
4
5
6
7
import Count from './index.vue'
 
Count.install = function (Vue) {
  Vue.component(Count.name, Count)
}
 
export default Count