2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 06:10:38 +03:00

add vue-router example with render function

This commit is contained in:
Declan de Wet
2016-11-07 06:58:57 +02:00
parent 2f6c27b750
commit ebb101d8e7
5 changed files with 64 additions and 0 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__/vue-router.js"></script>