Skip to content

Commit a5a422a

Browse files
committed
fix: Cannot read property 'block' of undefined (#52)
1 parent 82bb70b commit a5a422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-extension/src/boot/register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Vue from 'vue'
2-
import VuePlugin from '@quasar/quasar-ui-qmarkdown'
2+
import VuePlugin from '@quasar/quasar-ui-qmarkdown/src/index.js'
33

44
Vue.use(VuePlugin)

0 commit comments

Comments
 (0)