MellowCo/unocss-preset-weapp

css图标写在script不写在template里使用这个插件后不显示图标

Closed this issue · 2 comments

<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>

这是template的transform,解决不了

https://github.com/uni-helper/unocss-preset-uni 看看这个 preset,我试了是没有问题的