公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
大部分模块的新增与详情中的“电子文件”改为“相关图片”
Tcsm
2023-08-18
dad56aa7392c7c914b38e4297b2e2ff4d062fab8
[zhangshi_app_web.git]
/
node_modules
/
vue-count-to
/
src
/
index.js
1
2
3
4
5
import CountTo from './vue-countTo.vue';
export default CountTo;
if (typeof window !== 'undefined' && window.Vue) {
window.Vue.component('count-to', CountTo);
}