ลบ component สมัครที่ไม่ใช้

This commit is contained in:
Kittapath 2023-03-30 22:37:24 +07:00
parent abe8e9186c
commit 98738aa814
14 changed files with 20 additions and 697 deletions

View file

@ -115,10 +115,6 @@ const props = defineProps({
defualt: false,
required: true
},
disable: {
type: Boolean,
defualt: false
},
add: {
type: Function,
default: () => console.log('not function')