Skip to content

Commit

Permalink
chore(playground): update to @vue/repl v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Dec 4, 2023
1 parent 060ebdc commit 7330026
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 43 deletions.
9 changes: 5 additions & 4 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@nutui/playground",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "NutUI Vue SFC Playground",
"keywords": [
"nutui",
Expand All @@ -15,13 +16,13 @@
},
"devDependencies": {
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^4.5.1",
"rimraf": "^5.0.5",
"vite": "^5.0.2",
"vue": "^3.3.4"
"vite": "^5.0.4",
"vue": "^3.3.9"
},
"dependencies": {
"@vue/repl": "^2.5.8",
"@vue/repl": "^3.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1"
}
Expand Down
1 change: 0 additions & 1 deletion packages/nutui-playground/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createApp } from 'vue';
import App from './App.vue';
import '@vue/repl/style.css';
import './style.css';

// @ts-expect-error Custom window property
Expand Down
Loading

0 comments on commit 7330026

Please sign in to comment.