Browse Source

fix(comment): build taro error

richard1015 3 years ago
parent
commit
63ec0f827e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/comment/index.taro.vue

+ 1 - 1
src/packages/__VUE/comment/index.taro.vue

@@ -46,7 +46,7 @@ import { Right } from '@nutui/icons-vue-taro';
 import CommentHeader from './components/CmtHeader.vue';
 import CommentImages from './components/CmtImages.vue';
 import CommentBottom from './components/CmtBottom.vue';
-import { Rate } from '@/packages/nutui.vue';
+import Rate from '../rate/index.taro.vue';
 
 interface VideosType {
   id: number | string;