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:
@@ -1,5 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
<a href="/">← 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="/">← Examples index</a>
|
||||
<div id="app"></div>
|
||||
<script src="/__build__/basic.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user