mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 12:58:50 +08:00
14 lines
309 B
Vue
14 lines
309 B
Vue
<script lang="ts" setup>
|
|
import { Settings } from '@vben/icons';
|
|
import { VbenIconButton } from '@vben-core/shadcn-ui';
|
|
|
|
import Preferences from './preferences.vue';
|
|
</script>
|
|
<template>
|
|
<Preferences>
|
|
<VbenIconButton>
|
|
<Settings class="size-4" />
|
|
</VbenIconButton>
|
|
</Preferences>
|
|
</template>
|