Alternative to this.$refs.drawer.open() for Quasar 14?
-
I upgraded to Quasar 14 and can’t get my side panel to open. Error: " this.$refs.drawer.open() is not a function." I know I have to use <q-toolbar slot=“left”> but not sure how to open the panel that way.
-
Are you lookin for this? http://quasar-framework.org/components/layout.html#Vue-Methods
this.$refs.drawer.showLeft()