feat: 引入 @iconify-json/carbon 图标库

This commit is contained in:
Burt
2023-12-23 13:20:44 +08:00
parent 4c5573ff61
commit b560a02fd4
3 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
Demo Count: {{ countStore.count }}
<button class="ml-2" @click="countStore.increment">新增</button>
</view>
<!-- Sun in light mode, Moon in dark mode, from Carbon -->
<button class="i-carbon-sun dark:i-carbon-moon" />
</view>
</template>