quasarframework / quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://qiconpicker.netlify.app
MIT License
56 stars 19 forks source link

Pagination #170

Closed h-hristov closed 2 years ago

h-hristov commented 2 years ago

Property :pagination.sync It doesn't seem to work on Vue 3.

"[vue/no-deprecated-v-bind-sync] '.sync' modifier on 'v-bind' directive is deprecated. Use 'v-model:propName' instead."

I tried with

v-model:pagination="pagination"

but it doesn't work

h-hristov commented 2 years ago

I'm sorry, I looked at old documentation. In Vue 3 the right way is v-model:model-pagination="pagination" Everything is fine