get-version
This commit is contained in:
parent
641c554d15
commit
064b287553
2 changed files with 4 additions and 4 deletions
|
@ -1244,9 +1244,9 @@ const app = new Vue({
|
|||
if (route.indexOf("/") == -1) {
|
||||
this.page = route
|
||||
window.location.hash = this.page
|
||||
if (this.page == "settings") {
|
||||
this.getVersion()
|
||||
}
|
||||
// if (this.page == "settings") {
|
||||
// this.version
|
||||
// }
|
||||
return
|
||||
}
|
||||
let hash = route.split("/")
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
data: function () {
|
||||
return {
|
||||
window: window,
|
||||
version: app.getVersion(),
|
||||
version: app.version,
|
||||
team: [
|
||||
{
|
||||
name: 'cryptofyre',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue