unibest/src/pages/demo/base/unocss-icons.vue

21 lines
560 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<route lang="json5">
{
layout: 'demo',
style: { navigationBarTitleText: 'UnoCss Icons 使用' },
}
</route>
<template>
<view class="m-4">
<view class="mb-2">
这里只装了carbon的图表库网址
<a href="https://icones.js.org/collection/carbon" target="_blank"
>https://icones.js.org/collection/carbon </a
>(非H5环境请使用浏览器打开)
</view>
<view class="i-carbon-car" />
<view class="i-carbon-car text-red" />
<button class="i-carbon-sun dark:i-carbon-moon" />
</view>
</template>