File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 50
50
"permissions" : [
51
51
" scripting"
52
52
],
53
- "version" : " 7.0.0.8 " ,
54
- "version_name" : " 7.0.0 beta 8 " ,
53
+ "version" : " 7.0.0.9 " ,
54
+ "version_name" : " 7.0.0 beta 9 " ,
55
55
"web_accessible_resources" : [
56
56
{
57
57
"extension_ids" : [],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools-chrome-extension" ,
3
3
"type" : " module" ,
4
- "version" : " 7.0.0-beta.8 " ,
4
+ "version" : " 7.0.0-beta.9 " ,
5
5
"private" : true ,
6
6
"author" : " webfansplz" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 47
47
"permissions" : [
48
48
" <all_urls>"
49
49
],
50
- "version" : " 7.0.0.8 " ,
51
- "version_name" : " 7.0.0 beta 8 " ,
50
+ "version" : " 7.0.0.9 " ,
51
+ "version_name" : " 7.0.0 beta 9 " ,
52
52
"web_accessible_resources" : [
53
53
" dist/user-app.js" ,
54
54
" client/devtools-panel.css" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools-firefox-extension" ,
3
3
"type" : " module" ,
4
- "version" : " 7.0.0-beta.8 " ,
4
+ "version" : " 7.0.0-beta.9 " ,
5
5
"private" : true ,
6
6
"author" : " webfansplz" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -5,15 +5,14 @@ import AutoImport from 'unplugin-auto-import/vite'
5
5
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
6
6
import { defineConfig } from 'vite'
7
7
import inspect from 'vite-plugin-inspect'
8
- import VueDevTools from 'vite-plugin-vue-devtools'
9
8
// https://vitejs.dev/config/
10
9
export default defineConfig ( {
11
10
plugins : [
12
11
vue ( ) ,
13
12
commonjs ( ) ,
14
- VueDevTools ( {
15
- // launchEditor: 'code',
16
- } ) ,
13
+ // VueDevTools({
14
+ // // launchEditor: 'code',
15
+ // }),
17
16
Unocss ( ) ,
18
17
AutoImport ( {
19
18
imports : [
You can’t perform that action at this time.
0 commit comments