ソースを参照

fix(comment): build taro error

richard1015 3 年 前
コミット
63ec0f827e
1 ファイル変更1 行追加1 行削除
  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;