Skip to content

Commit

Permalink
fix: 修复使用时报错的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sifan committed Dec 15, 2020
1 parent c3874e3 commit c905907
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1,261 deletions.
2 changes: 1 addition & 1 deletion dist/count-to.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-count-to",
"version": "1.0.1",
"version": "1.0.3",
"description": "vue-count-to 支持vue2、vue3版本",
"main": "dist/count-to.js",
"module": "dist/count-to.js",
Expand Down
2 changes: 1 addition & 1 deletion src/CountTo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import { cloneDeep } from 'lodash-es';
import CountTo from 'vue-count-to';
import CountTo from 'vue-count-to/src/vue-countTo';
const Component = cloneDeep(CountTo);
Expand Down
Loading

0 comments on commit c905907

Please sign in to comment.