|
|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
{{ _package.cName }}
|
|
|
</a>
|
|
|
- <nut-icon size="14px" color="#979797" name="right"></nut-icon>
|
|
|
+ <Right size="14px" color="#979797" name="right"></Right>
|
|
|
</li>
|
|
|
</template>
|
|
|
</ul>
|
|
|
@@ -35,8 +35,10 @@
|
|
|
import { reactive, toRefs } from 'vue';
|
|
|
import config from '../../../../../../config.json';
|
|
|
import Taro from '@tarojs/taro';
|
|
|
+import { Right } from '@nutui/icons-vue-taro'
|
|
|
export default {
|
|
|
name: 'NutUI',
|
|
|
+ components:{ Right },
|
|
|
onShareAppMessage() {
|
|
|
return {
|
|
|
title: '',
|