chore: update components

This commit is contained in:
Benjamin Canac
2021-11-23 17:30:10 +01:00
parent e03b195437
commit 0b88958962
6 changed files with 99 additions and 90 deletions

View File

@@ -84,14 +84,14 @@ export default {
},
baseClass: {
type: String,
default: 'block w-full bg-tw-white disabled:cursor-not-allowed disabled:bg-tw-gray-50 focus:outline-none'
default: 'block w-full bg-tw-white text-tw-gray-700 shadow-sm disabled:cursor-not-allowed disabled:bg-tw-gray-50 focus:outline-none'
},
customClass: {
type: String,
default: null
}
},
emits: ['update:modelValue'],
emits: ['update:modelValue', 'focus', 'blur'],
setup (props, { emit }) {
const textarea = ref(null)