Merge branch 'fawney19:main' into main

This commit is contained in:
ZheFox
2026-05-18 13:13:37 +08:00
committed by GitHub
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>