Skip to content

Commit

Permalink
chore: plugin-vue changelog edits [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 7, 2021
1 parent f1eb67d commit 6fbf739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,5 +1,8 @@
# [1.4.0](https://github.com/vitejs/vite/compare/plugin-vue@1.3.0...plugin-vue@1.4.0) (2021-08-07)

### Features

* 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.

### Bug Fixes

Expand Down

0 comments on commit 6fbf739

Please sign in to comment.