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
@@ -18,7 +18,7 @@
</template>
<script>
import Popup from 'src/mixins/popup';
import Popup from 'packages/mixins/popup';
const CANCEL_TEXT = '取消';
const CONFIRM_TEXT = '确定';