14 lines
232 B
Vue
14 lines
232 B
Vue
![]() |
<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>
|