-
Notifications
You must be signed in to change notification settings - Fork 204
fix(server-routes): unable to clear all params #683
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 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 }) |
devtools/packages/devtools/client/components/ServerRouteInputs.vue
Lines 134 to 140 in df459f9
| <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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
