✏️ Site > Update title

This commit is contained in:
brunosimon
2017-08-29 20:08:59 +01:00
parent f2ca2ac277
commit e450579eb9
2 changed files with 7 additions and 10 deletions
+7 -8
View File
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>site-webpack</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<head>
<meta charset="utf-8">
<title>Keppler</title>
</head>
<body>
<div id="app"></div>
</body>
</html>
-2
View File
@@ -38,8 +38,6 @@ export default {
if(!state.current || state.current.data.id !== file.data.id)
{
state.current = file
// console.log(state.current.data.versions.length)
// state.currentVersion = state.current.data.versions[state.current.data.versions.length - 1]
}
},