补充部分组件描述
This commit is contained in:
@@ -6,10 +6,10 @@ export default {
|
||||
|
||||
<script setup lang="ts">
|
||||
export interface LayTextareaProps {
|
||||
name?: string;
|
||||
modelValue?: string;
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
name?: string;
|
||||
modelValue?: string;
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
}
|
||||
|
||||
const props = defineProps<LayTextareaProps>();
|
||||
|
||||
0
src/component/textarea/interface.ts
Normal file
0
src/component/textarea/interface.ts
Normal file
Reference in New Issue
Block a user