2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 04:50:33 +03:00

fix: Handle kept-alive components & vue-router transitions

This commit is contained in:
Sebastien Chopin
2017-08-02 18:39:34 +02:00
parent 9c80a30c21
commit 42b56e6a0f
7 changed files with 71 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/global.css">
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/keep-alive.js"></script>