Akryum / vue-router-multi-view

router-view meet v-show meet keep-alive
https://akryum.github.io/vue-router-multi-view/
86 stars 9 forks source link

how to add attribute to keep-live component #3

Open hellolex opened 6 years ago

hellolex commented 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>

thearabbit commented 5 years ago

+1, I would like to use <keep-alive :include="cachedView">

inssitu commented 4 years ago

Any update?