14 lines
232 B
Vue
Raw Normal View History

2022-01-06 13:45:51 +08:00
<template>
</template>
<script setup lang="ts">
import { reactive } from 'vue'
import { renderIcon } from '@/utils'
import { icon } from '@/plugins'
const { } = icon.ionicons5
</script>
<style lang="scss" scoped>
</style>