Open joe-berg-colossus opened 3 years ago
Hey there. Followed install instructions for a quasar application and am receiving the following error:
I'm installing it as a plugin like so:
import Vue from 'vue' import { QuasarTiptapPlugin, RecommendedExtensions } from 'quasar-tiptap' Vue.use(QuasarTiptapPlugin, { language: 'zh-hans', spellcheck: true })
Here are the versions I'm using:
"dependencies": { "@quasar/extras": "^1.0.0", "algoliasearch": "^4.8.5", "axios": "^0.18.1", "core-js": "^3.6.5", "katex": "^0.11.1", "mermaid": "^8.9.2", "qs": "^6.7.0", "quasar": "^1.0.0", "quasar-tiptap": "^1.9.1", "tiptap": "^1.32.1", "tiptap-extensions": "^1.35.1", "vue-autosuggest": "^2.2.0", "vue-codemirror": "^4.0.6", "vue-horizontal": "^0.8.8", "vue-i18n": "^8.0.0", "vue-instantsearch": "^3.4.3", "vue-plugin-load-script": "^1.3.2" },
Would love to know a fix. I've used this library in the past and had no issues installing it.
Thanks. Great library!
Same issue here.
Hey there. Followed install instructions for a quasar application and am receiving the following error:
I'm installing it as a plugin like so:
Here are the versions I'm using:
Would love to know a fix. I've used this library in the past and had no issues installing it.
Thanks. Great library!