iliyaZelenko / tiptap-vuetify

Vuetify editor. Component simplifies integration tiptap editor with vuetify.
https://iliyazelenko.github.io/tiptap-vuetify-demo/
809 stars 126 forks source link

Link not working with nuxt #272

Open nikolaigut opened 3 years ago

nikolaigut commented 3 years ago

Hi guys,

I'm using the tiptap-vuetify with nuxt.js. I've added the Link extension to the editor. When I input some text to the href field in the open dialog and click the apply button nothing happens.

The dialog closes, but no link is present in the content of the editor.

Does anyone have an idea?

My dependencies:

"dependencies": {
    "@chenfengyuan/vue-countdown": "^1.1.5",
    "@fortawesome/fontawesome-svg-core": "^1.2.35",
    "@fortawesome/free-solid-svg-icons": "^5.15.3",
    "@fortawesome/vue-fontawesome": "^2.0.2",
    "@nuxtjs/auth": "^4.9.1",
    "@nuxtjs/axios": "^5.13.1",
    "@nuxtjs/dayjs": "^1.3.1",
    "@nuxtjs/font-awesome": "^1.0.4",
    "@nuxtjs/sentry": "^5.0.3",
    "@nuxtjs/vuetify": "^1.11.3",
    "@sentry-internal/eslint-config-sdk": "^6.2.5",
    "axios": "latest",
    "cross-env": "^7.0.3",
    "date-fns": "^2.19.0",
    "dayjs": "^1.10.4",
    "eslint-plugin-vue": "^7.8.0",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2",
    "node-zopfli-es": "^1.0.7",
    "npm-check-updates": "^11.3.0",
    "nuxt": "^2.15.4",
    "nuxt-healthcheck": "^1.0.1",
    "shrink-ray-current": "^4.1.2",
    "tiptap": "^1.32.2",
    "tiptap-extensions": "^1.35.2",
    "tiptap-vuetify": "^2.24.0",
    "uuid": "^8.3.2",
    "vue": "2.6.12",
    "vue-form-wizard": "^0.8.4",
    "vue-lazy-hydration": "^2.0.0-beta.4",
    "vue-template-compiler": "^2.6.12",
    "vuetify": "^2.4.9",
    "vuetify-confirm": "^2.0.6",
    "vuetify-toast-snackbar": "^0.6.1",
    "webpack": "^5.28.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-export-default-from": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/register": "^7.13.14",
    "@cucumber/cucumber": "^7.0.0",
    "@nuxt/types": "^2.15.4",
    "@nuxtjs/eslint-config": "^6.0.0",
    "@nuxtjs/eslint-module": "^3.0.2",
    "@nuxtjs/pwa": "^3.3.5",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "@wdio/allure-reporter": "^7.3.0",
    "@wdio/cli": "^7.3.0",
    "@wdio/cucumber-framework": "^7.3.0",
    "@wdio/local-runner": "^7.3.0",
    "@wdio/mocha-framework": "^7.3.0",
    "@wdio/spec-reporter": "^7.3.0",
    "@wdio/sync": "^7.3.0",
    "allure-commandline": "^2.13.8",
    "chai": "^4.3.4",
    "chai-webdriver": "^1.2.3",
    "chai-webdriverio": "^1.0.0",
    "chromedriver": "^89.0.0",
    "eslint": "^7.23.0",
    "eslint-config-developit": "^1.2.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-nuxt": "^2.0.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-vue-libs": "^4.0.0",
    "eslint-plugin-wdio": "^7.0.0",
    "geckodriver": "^1.22.3",
    "jest": "^26.6.3",
    "moment": "^2.29.1",
    "node-sass": "^5.0.0",
    "nodemon": "^2.0.7",
    "prettier": "^2.2.1",
    "sass-loader": "^10.1.1",
    "selenium-webdriver": "^4.0.0-beta.2",
    "typescript": "^4.2.3",
    "wdio-chromedriver-service": "^7.0.0",
    "wdio-intercept-service": "^4.1.3",
    "wdio-screenshot": "^0.6.0"
  }
katima-g33k commented 3 years ago

Having the same issue as well