yxl
2025-01-03 8ca7f7c74de140b79ea7dd821ca0236b11ce7551
1
2
3
4
5
6
7
import Count from './index.vue'
 
Count.install = function (Vue) {
  Vue.component(Count.name, Count)
}
 
export default Count