vue-konva.ts 174 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3 4 5 6 7
import { boot } from 'quasar/wrappers';
import VueKonva from 'vue-konva';

export default boot(({ app }) => {
  // Tell app to use the I18n instance
  app.use(VueKonva);
});