mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
Dodano usługę Firebase; poprawki bezpieczeństwa
This commit is contained in:
+5
-1
@@ -222,7 +222,7 @@
|
||||
tworzenie składów niezgodnych z regulaminem symulatora Train Driver 2!
|
||||
</span>
|
||||
<br />
|
||||
© Spythere 2021
|
||||
© Spythere 2021 | v{{ VERSION }}
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
@@ -232,6 +232,8 @@ import { Vue } from "vue-class-component";
|
||||
import vehicleDataJSON from "./data/vehicleData.json";
|
||||
import vehiclePropsJSON from "./data/vehicleProps.json";
|
||||
|
||||
import packageInfo from ".././package.json";
|
||||
|
||||
interface VehicleData {
|
||||
[key: string]: (string | boolean)[][];
|
||||
}
|
||||
@@ -277,6 +279,8 @@ export default class App extends Vue {
|
||||
higher: require("./assets/higher-icon.svg"),
|
||||
};
|
||||
|
||||
VERSION = packageInfo.version;
|
||||
|
||||
imageLoading = false;
|
||||
draggedVehicleID = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user