1👍
Problem is return closeDialog
in setup
function of ListFilter
component. If you return a function from setup()
, Vue expects it is a render function. Try return { closeDialog }
instead…
- [Vuejs]-VueJS, Vuetify, data-table – expandable, performance problem
- [Vuejs]-How to change css background in vue js?
Source:stackexchange.com