fix: change utils && mixins alias

This commit is contained in:
陈嘉涵
2017-08-15 17:27:02 +08:00
parent 711352ae12
commit 72d590d890
31 changed files with 76 additions and 92 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<script>
import Vue from 'vue';
import Popup from 'src/mixins/popup';
import Popup from 'packages/mixins/popup';
import VanSwipe from 'packages/swipe';
import VanSwipeItem from 'packages/swipe-item';