Open hellolex opened 6 years ago
i want to add 'exclude' attribute to keep-live component ,but when i added it to router-multi-view component,it doesn't work the code like this: <router-multi-view :exclude="['pagename']"></router-multi-view>
<router-multi-view :exclude="['pagename']"></router-multi-view>
+1, I would like to use <keep-alive :include="cachedView">
<keep-alive :include="cachedView">
Any update?
i want to add 'exclude' attribute to keep-live component ,but when i added it to router-multi-view component,it doesn't work the code like this:
<router-multi-view :exclude="['pagename']"></router-multi-view>