mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Migracja na Vite
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
import { ICargo, ICarWagon, ILocomotive, IStock, IStore, IVehicleData } from "./types";
|
||||
import { reactive } from "@vue/reactivity";
|
||||
|
||||
import vehicleDataJSON from "@/data/vehicleData.json";
|
||||
import vehiclePropsJSON from "@/data/vehicleProps.json";
|
||||
import vehicleDataJSON from "./data/vehicleData.json";
|
||||
import vehiclePropsJSON from "./data/vehicleProps.json";
|
||||
import { EVehicleUseType } from "./enums/EVehicleUseType";
|
||||
import { computed } from "vue";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user