We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39c1fb commit 68e9afeCopy full SHA for 68e9afe
src/plugin/VInlineTextField.vue
@@ -127,7 +127,7 @@ const displayValue = computed(() => {
127
return useTruncateText({
128
length: settings.truncateLength,
129
suffix: settings.truncateSuffix,
130
- text: modelValue.value,
+ text: modelValue.value as string,
131
});
132
}
133
src/plugin/VInlineTextarea.vue
@@ -126,7 +126,7 @@ const displayValue = computed(() => {
126
0 commit comments