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) {
|
if (route.indexOf("/") == -1) {
|
||||||
this.page = route
|
this.page = route
|
||||||
window.location.hash = this.page
|
window.location.hash = this.page
|
||||||
if (this.page == "settings") {
|
// if (this.page == "settings") {
|
||||||
this.getVersion()
|
// this.version
|
||||||
}
|
// }
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let hash = route.split("/")
|
let hash = route.split("/")
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
window: window,
|
window: window,
|
||||||
version: app.getVersion(),
|
version: app.version,
|
||||||
team: [
|
team: [
|
||||||
{
|
{
|
||||||
name: 'cryptofyre',
|
name: 'cryptofyre',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue