diff --git a/package.json b/package.json index a06915b3..ee999d51 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "scripts": { - "dev": "vite --host", + "dev": "vite", "build": "vite build", "serve": "vite preview", "test": "eslint ./resources/scripts --ext .js,.vue" @@ -30,11 +30,12 @@ "@heroicons/vue": "^1.0.6", "@popperjs/core": "^2.11.8", "@stripe/stripe-js": "^2.4.0", - "@tiptap/core": "^2.1.16", - "@tiptap/extension-text-align": "^2.1.16", - "@tiptap/starter-kit": "^2.1.16", - "@tiptap/vue-3": "^2.1.16", - "@tiptap/pm": "^2.0.0", + "@tiptap/core": "^2.8.0", + "@tiptap/extension-link": "^2.8.0", + "@tiptap/extension-text-align": "^2.8.0", + "@tiptap/pm": "^2.8.0", + "@tiptap/starter-kit": "^2.8.0", + "@tiptap/vue-3": "^2.8.0", "@types/node": "^20.11.9", "@vuelidate/components": "^1.2.6", "@vuelidate/core": "^2.0.3", diff --git a/resources/scripts/components/base/base-editor/BaseEditor.vue b/resources/scripts/components/base/base-editor/BaseEditor.vue index 3a781a2d..b40f442d 100644 --- a/resources/scripts/components/base/base-editor/BaseEditor.vue +++ b/resources/scripts/components/base/base-editor/BaseEditor.vue @@ -8,598 +8,73 @@
- - - - - - - - - - - - - - - - - H1 - - - H2 - - - H3 - - - - - - - - - - - - - - - - - - - - + + + {{ button.text }} + +
+