- fix: context-menu (right click) declared only once and using twice using: @click.native="$refs.popover.$refs.popup.show()"
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
import Dialog from 'quasar'
|
|
|
|
export default ({ Vue }) => {
|
|
Vue.use(Dialog)
|
|
}
|