File tree 3 files changed +3
-3
lines changed
taro-h5/src/api/base/weapp
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
"eslint" : " ^8" ,
36
36
"eslint-plugin-react" : " ^7.33.2" ,
37
37
"eslint-plugin-react-hooks" : " ^4.4.0" ,
38
- "eslint-plugin-vue" : " ^9.17 .0"
38
+ "eslint-plugin-vue" : " ^8.0 .0"
39
39
},
40
40
"peerDependenciesMeta" : {
41
41
"eslint-plugin-react" : {
Original file line number Diff line number Diff line change 50
50
"@tarojs/runtime" : " workspace:*" ,
51
51
"@tarojs/runner-utils" : " workspace:*" ,
52
52
"@tarojs/shared" : " workspace:*" ,
53
- "@vitejs/plugin-vue" : " ^5 " ,
53
+ "@vitejs/plugin-vue" : " ^4 " ,
54
54
"@vitejs/plugin-vue-jsx" : " ^3" ,
55
55
"vue-loader" : " ^17.0.0" ,
56
56
"vite" : " ^4" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const unhandledRejectionListener = (res: PromiseRejectionEvent) => {
19
19
let themeMatchMedia : MediaQueryList | null = null
20
20
const themeChangeListener = ( res : MediaQueryListEvent ) => {
21
21
themeChangeCallbackManager . trigger ( {
22
- theme : res . matches ? 'dark ' : 'light '
22
+ theme : res . matches ? 'light ' : 'dark '
23
23
} )
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments