fix: utils

This commit is contained in:
chenjiahan
2020-07-07 15:06:16 +08:00
parent 0024a2db42
commit 4c87fe2479
6 changed files with 7 additions and 9 deletions

View File

@@ -83,7 +83,7 @@
<script>
import icons from '@vant/icons';
import { BLUE, GREEN } from '../../../src/utils/constant';
import { BLUE, GREEN } from '../../utils/constant';
// from https://30secondsofcode.org
function copyToClipboard(str) {

View File

@@ -1,6 +1,5 @@
// Utils
import { addUnit } from '../../src/utils';
import { createNamespace } from '../utils/create';
import { addUnit, createNamespace } from '../utils';
// Components
import Info from '../info';