This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree 6 files changed +2
-871
lines changed
6 files changed +2
-871
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ node_modules
15
15
16
16
** /.vitepress /cache
17
17
18
+
18
19
# Generated dirs
19
20
dist
20
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sfxcode/nuxt-primevue" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"license" : " MIT" ,
5
5
"type" : " module" ,
6
6
"author" : {
43
43
"@iconify-json/mdi" : " ^1.1.50" ,
44
44
"@nuxt/module-builder" : " ^0.3.0" ,
45
45
"@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" ,
52
46
"@types/node" : " ^18.15.11" ,
53
47
"@unocss/nuxt" : " ^0.51.4" ,
54
48
"@vueuse/nuxt" : " ^10.0.2" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
3
- import PrimeDemoTipTap from ' ~/components/PrimeDemoTipTap.vue'
4
3
</script >
5
4
6
5
<template >
@@ -9,9 +8,6 @@ import PrimeDemoTipTap from '~/components/PrimeDemoTipTap.vue'
9
8
<div class =" basis-1/2" >
10
9
<div ><PrimeDemoToast /></div >
11
10
<div ><PrimeDemoDataTable /></div >
12
- <div class =" pt-5" >
13
- <PrimeDemoTipTap />
14
- </div >
15
11
</div >
16
12
<div class =" basis-1/4" >
17
13
<PrimeDemoForm />
You can’t perform that action at this time.
0 commit comments