Fix warning message in v-text-overflow (#4066)

Fixes #4059
This commit is contained in:
Rijk van Zanten
2021-02-15 13:09:19 -05:00
committed by GitHub
parent a5721c2c09
commit fa0b09813a

View File

@@ -11,7 +11,7 @@ import { useElementSize } from '@/composables/use-element-size';
export default defineComponent({
props: {
text: {
type: String,
type: [String, Number],
required: true,
},
},