Skip to content

Commit 9a4a240

Browse files
authored
fix: taro demo index.vue icon (#1966)
1 parent 61a94ff commit 9a4a240

File tree

1 file changed

+3
-1
lines changed
  • src/sites/mobile-taro/vue/src/pages/index

1 file changed

+3
-1
lines changed

src/sites/mobile-taro/vue/src/pages/index/index.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
  
2323
{{ _package.cName }}
2424
</a>
25-
<nut-icon size="14px" color="#979797" name="right"></nut-icon>
25+
<Right size="14px" color="#979797" name="right"></Right>
2626
</li>
2727
</template>
2828
</ul>
@@ -35,8 +35,10 @@
3535
import { reactive, toRefs } from 'vue';
3636
import config from '../../../../../../config.json';
3737
import Taro from '@tarojs/taro';
38+
import { Right } from '@nutui/icons-vue-taro'
3839
export default {
3940
name: 'NutUI',
41+
components:{ Right },
4042
onShareAppMessage() {
4143
return {
4244
title: '',

0 commit comments

Comments
 (0)