Commit 15f7c2a0603f4e6e8fd02b48e24f652a54742ec1

Authored by 刘汉宸
1 parent 0633d9fe
Exists in master

修复Cell组件引用路径

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
components/cell/index.vue
... ... @@ -34,7 +34,7 @@
34 34 </template>
35 35  
36 36 <script>
37   -import ZuiIcon from '@/components/zui/icon';
  37 +import ZuiIcon from '../icon/index.vue';
38 38  
39 39 export default {
40 40 name: "zui-cell",
... ...
yarn.lock 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
  2 +# yarn lockfile v1
  3 +
  4 +
... ...