We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554919d commit 45052b2Copy full SHA for 45052b2
2 files changed
packages/devui-vue/devui/editable-select/src/composables/use-select.ts
@@ -159,9 +159,7 @@ export function useSelect(
159
watch(
160
() => props.options,
161
(newOptions) => {
162
- if (newOptions.length !== 0) {
163
- cachedOptions.value = newOptions;
164
- }
+ cachedOptions.value = newOptions;
165
}
166
);
167
packages/devui-vue/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-devui",
3
- "version": "1.6.16",
+ "version": "1.6.17",
4
"license": "MIT",
5
"description": "DevUI components based on Vite and Vue3",
6
"keywords": [
0 commit comments