Skip to content

Commit 6fbf739

Browse files
committed
chore: plugin-vue changelog edits [ci skip]
1 parent f1eb67d commit 6fbf739

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/plugin-vue/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# [1.4.0](https://github.com/vitejs/vite/compare/plugin-vue@1.3.0...plugin-vue@1.4.0) (2021-08-07)
22

3+
### Features
4+
5+
* Custom Elements mode behavior changed: now only inlines the CSS and no longer exports the custom element constructor (exports the component as in normal mode). Users now need to explicitly call `defineCustomElement` on the component. This allows the custom element to be defined using an async version of the source component.
36

47
### Bug Fixes
58

0 commit comments

Comments
 (0)