Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 230e7b7

Browse files
committed
chore: upgrade to nuxt 3 stable
1 parent 556000e commit 230e7b7

File tree

5 files changed

+734
-649
lines changed

5 files changed

+734
-649
lines changed

website-new/components/content/CodeEditor.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
</template>
44

55
<script setup lang="ts">
6-
import { defineProps } from "vue"
7-
import "vue-live/lib/vue-live.esm.css"
86
import { VueLive } from "vue-live"
97
import CodeEditorLayout from "./Editor/CodeEditorLayout.vue"
108
import "prismjs/themes/prism-twilight.min.css"

website-new/components/content/Editor/CodeEditorLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { computed, defineProps } from "vue"
2+
import { computed } from "vue"
33
import { CBox, useClipboard } from "@chakra-ui/vue-next"
44
import { CopyButton, CodeContainer, EditableNotice } from "./CodeEditorParts"
55

website-new/components/content/Editor/CodeHighlight.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { computed, defineProps } from "vue"
2+
import { computed } from "vue"
33
44
import { PrismEditor } from "vue-prism-editor"
55
import "vue-prism-editor/dist/prismeditor.min.css"

website-new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@nuxt/content": "^2.1.1",
1919
"add": "^2.0.6",
20-
"nuxt": "3.0.0-rc.13"
20+
"nuxt": "^3.0.0"
2121
},
2222
"dependencies": {
2323
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)