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

fix: dont change title when value is undefined (fix #396)

This commit is contained in:
pimlie
2019-06-22 16:15:49 +02:00
parent 4ca3050112
commit 90f9710f26
5 changed files with 21 additions and 10 deletions
+11 -4
View File
@@ -1,5 +1,12 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/global.css">
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/basic.js"></script>
<html>
<head>
<title>Basic Title</title>
<link rel="stylesheet" href="/global.css">
</head>
<body>
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/basic.js"></script>
</body>
</html>