Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/breaking-changes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ While it looks like a lot has changed, a lot of what you know and love about Vue
### Components

- [Functional components can only be created using a plain function](./functional-components.html)
- [`functional` attribute on single-file component (SFC) `<template>` and `functional` component option are deprecated](./functional-components.html)
- [Async components now require `defineAsyncComponent` method to be created](./async-components.html)
- [Component events should now be declared with the `emits` option](./emits-option.md)

Expand Down