Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit c853482

Browse files
committed
feat(editor): rollback
1 parent c7da733 commit c853482

File tree

6 files changed

+2
-871
lines changed

6 files changed

+2
-871
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ node_modules
1515

1616
**/.vitepress/cache
1717

18+
1819
# Generated dirs
1920
dist
2021

package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/nuxt-primevue",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"license": "MIT",
55
"type": "module",
66
"author": {
@@ -43,12 +43,6 @@
4343
"@iconify-json/mdi": "^1.1.50",
4444
"@nuxt/module-builder": "^0.3.0",
4545
"@nuxtjs/eslint-config-typescript": "12.0.0",
46-
"@tiptap/extension-highlight": "^2.0.3",
47-
"@tiptap/extension-text-align": "^2.0.3",
48-
"@tiptap/extension-text-style": "^2.0.3",
49-
"@tiptap/pm": "^2.0.3",
50-
"@tiptap/starter-kit": "^2.0.3",
51-
"@tiptap/vue-3": "^2.0.3",
5246
"@types/node": "^18.15.11",
5347
"@unocss/nuxt": "^0.51.4",
5448
"@vueuse/nuxt": "^10.0.2",

playground/components/PrimeDemoTipTap.vue

-16
This file was deleted.

playground/pages/index.vue

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script setup lang="ts">
22
3-
import PrimeDemoTipTap from '~/components/PrimeDemoTipTap.vue'
43
</script>
54

65
<template>
@@ -9,9 +8,6 @@ import PrimeDemoTipTap from '~/components/PrimeDemoTipTap.vue'
98
<div class="basis-1/2">
109
<div><PrimeDemoToast /></div>
1110
<div><PrimeDemoDataTable /></div>
12-
<div class="pt-5">
13-
<PrimeDemoTipTap />
14-
</div>
1511
</div>
1612
<div class="basis-1/4">
1713
<PrimeDemoForm />

0 commit comments

Comments
 (0)