mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 21:48:13 +00:00
revamp: order train picker
This commit is contained in:
@@ -36,16 +36,11 @@ export default defineComponent({
|
||||
data() {
|
||||
return {
|
||||
appVersion: packageInfo.version,
|
||||
needRefreshTest: false
|
||||
};
|
||||
},
|
||||
|
||||
created() {
|
||||
document.title = `GeneraTOR ${this.appVersion}`;
|
||||
|
||||
setTimeout(() => {
|
||||
this.needRefreshTest = true;
|
||||
}, 500);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user