We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a94ff commit 9a4a240Copy full SHA for 9a4a240
src/sites/mobile-taro/vue/src/pages/index/index.vue
@@ -22,7 +22,7 @@
22
23
{{ _package.cName }}
24
</a>
25
- <nut-icon size="14px" color="#979797" name="right"></nut-icon>
+ <Right size="14px" color="#979797" name="right"></Right>
26
</li>
27
</template>
28
</ul>
@@ -35,8 +35,10 @@
35
import { reactive, toRefs } from 'vue';
36
import config from '../../../../../../config.json';
37
import Taro from '@tarojs/taro';
38
+import { Right } from '@nutui/icons-vue-taro'
39
export default {
40
name: 'NutUI',
41
+ components:{ Right },
42
onShareAppMessage() {
43
return {
44
title: '',
0 commit comments