✏️ Site > Update title
This commit is contained in:
+1
-2
@@ -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>
|
||||||
|
|||||||
@@ -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]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user