css图标写在script不写在template里使用这个插件后不显示图标
Closed this issue · 2 comments
zzerding commented
<script setup>
const icons = ['i-mdi:home', 'i-mdi:abjad-hebrew']
</script>
<template>
<div v-for="(icon,index) in icons" :key="index" :class="icon"></div>
</template>
MellowCo commented
这是template的transform,解决不了
zzerding commented
https://github.com/uni-helper/unocss-preset-uni 看看这个 preset,我试了是没有问题的