🐛 The bug
Unable to clear params input by click 'Remove All' button

This bug maybe cause by @vueuse/useVModel:
| const params =useVModel(props, 'modelValue', emit, { passive: true }) |
| <NButton |
| v-if="params.length" |
| icon="carbon-trash-can" n="sm red" |
| my1 px-3 @click="params= []" |
| > |
| Remove All |
| </NButton> |
🛠️ To reproduce
null
🌈 Expected behavior
It should clear all params
ℹ️ Additional context
No response
🐛 The bug
Unable to clear params input by click 'Remove All' button
This bug maybe cause by
@vueuse/useVModel:devtools/packages/devtools/client/components/ServerRouteInputs.vue
Line 14 in df459f9
devtools/packages/devtools/client/components/ServerRouteInputs.vue
Lines 134 to 140 in df459f9
🛠️ To reproduce
null
🌈 Expected behavior
It should clear all params
ℹ️ Additional context
No response