File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed
Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.4
2+
3+ - docs: modify README.md
4+
15## 1.3.3
26
37- fix: Vue3 SSR default error
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-class-setup" ,
3- "version" : " 1.3.3 " ,
3+ "version" : " 1.3.4 " ,
44 "main" : " dist/index.cjs.js" ,
55 "module" : " dist/index.es.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ yarn lint
88yarn run build
99yarn run coverage
1010
11- mv node_modules node_modules_back
11+ # mv node_modules node_modules_back
1212
13- cd examples/vite-vue2
14- rm -rf node_modules
15- yarn install
16- yarn run build
17- cd ../../
13+ # cd examples/vite-vue2
14+ # rm -rf node_modules
15+ # yarn install
16+ # yarn run build
17+ # cd ../../
1818
19- cd examples/vite-vue3
20- rm -rf node_modules
21- yarn install
22- yarn run build
23- cd ../../
19+ # cd examples/vite-vue3
20+ # rm -rf node_modules
21+ # yarn install
22+ # yarn run build
23+ # cd ../../
2424
25- mv node_modules_back node_modules
25+ # mv node_modules_back node_modules
2626yarn run coveralls
You can’t perform that action at this time.
0 commit comments