✏️ 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
+1 -2
View File
@@ -2,10 +2,9 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>site-webpack</title> <title>Keppler</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected -->
</body> </body>
</html> </html>
-2
View File
@@ -38,8 +38,6 @@ export default {
if(!state.current || state.current.data.id !== file.data.id) if(!state.current || state.current.data.id !== file.data.id)
{ {
state.current = file state.current = file
// console.log(state.current.data.versions.length)
// state.currentVersion = state.current.data.versions[state.current.data.versions.length - 1]
} }
}, },