fix(build): bump rollup-plugin-vue version, fix build error

This commit is contained in:
07akioni 2020-11-05 14:57:35 +08:00
parent e56770277a
commit c94dc701a8
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
"ncp": "^2.0.0",
"rollup": "^2.32.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0-beta.10",
"rollup-plugin-vue": "^6.0.0-beta.11",
"sass": "^1.28.0",
"stylelint": "^13.7.2",
"stylelint-config-recommended-scss": "^4.2.0",

View File

@ -304,7 +304,7 @@ Components
- [x] fonts from `vfonts`
- [x] vite-build
- [x] rollup-build
- [ ] wait for new version of rollup-plugin-vue,
- [x] wait for new version of rollup-plugin-vue,
https://github.com/vuejs/rollup-plugin-vue/issues/408
- tusimple theme
- clean delegate
@ -312,6 +312,6 @@ Components
- [x] demo scrollbar 的问题
- [x] table x scroll 右侧阴影不消失
- [x] log scrollTo 有点问题
- [ ] remove hollowoutable
- [x] remove hollowoutable
https://github.com/vuejs/vue-next/issues/2549