Compare commits
2 Commits
44c1ca91fc
...
f7994d232d
Author | SHA1 | Date | |
---|---|---|---|
f7994d232d | |||
|
f78349a1d2 |
@ -64,6 +64,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
checkVersion: function(version, latestVersion) {
|
||||
if (version === latestVersion) {
|
||||
return false;
|
||||
}
|
||||
let versions = version.split(".");
|
||||
let latestVersions = latestVersion.split(".");
|
||||
for (let i = 0; i < versions.length; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user