2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-28 05:54:04 +03:00

chore: update example deps

This commit is contained in:
pimlie
2020-04-25 12:58:45 +02:00
parent f0eeacaa02
commit fb89fc5f67
4 changed files with 49 additions and 34 deletions
+10 -4
View File
@@ -1,5 +1,11 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/global.css">
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/basic-render.js"></script>
<html>
<head>
<link rel="stylesheet" href="/global.css">
</head>
<body>
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/basic-render.js"></script>
</body>
</html>