3👍
✅
Found the issue. It was because I didn’t have a return
in the setup
function. The error is misleading
0👍
Please try below syntax with Quasar, i was facing the same issue with antd with vue.
v-model:value should work and it will sync with q-drawers v-model
<q-drawer v-model:value="open">
test
</q-drawer>
Source:stackexchange.com