We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13cdf5 commit d3467cbCopy full SHA for d3467cb
docs/en/view.md
@@ -9,5 +9,5 @@ The `<router-view>` element is used as outlets for rendering matched components.
9
10
However, there are also a few limitations:
11
12
-- `keep-alive` is not supported as of now.
+- ~~`keep-alive` is not supported as of now.~~ `keep-alive` now has experimental support in 0.7.2+.
13
- `wait-for` is not supported. You should be using the [`activate` transition hook](pipeline/activate.html) to control the timing of the transition.
0 commit comments