chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use `keep-alive router` with Tab style?

thearabbit opened this issue · comments

I would like to manage keep-alive router with Tab style.

image

Could example?

The admin is just using a plain vue-router. You can find examples on how to use keep-alive here:

https://vuejs.org/v2/guide/components-dynamic-async.html

Very thanks for your reply.