mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-04 00:32:26 +08:00
refactor(frontend): 优化 UI 基础组件
- 添加默认 class 属性支持 - 改进组件类型定义 - 优化属性配置
This commit is contained in:
@@ -5,7 +5,7 @@ interface Props {
|
||||
placeholder?: string
|
||||
}
|
||||
|
||||
const props = defineProps<Props>()
|
||||
defineProps<Props>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user