fix: refine frontend admin and auth UI

This commit is contained in:
fawney19
2026-05-18 12:41:57 +08:00
parent 92813e6122
commit e4315fbbf0
12 changed files with 321 additions and 286 deletions

View File

@@ -2,10 +2,6 @@
import { PopoverTrigger } from 'radix-vue'
import { useAttrs } from 'vue'
defineOptions({
inheritAttrs: false,
})
withDefaults(defineProps<{
asChild?: boolean
as?: string
@@ -14,6 +10,10 @@ withDefaults(defineProps<{
as: 'button',
})
defineOptions({
inheritAttrs: false,
})
const attrs = useAttrs()
</script>