mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
feat: loading data from clipboard; error detection
This commit is contained in:
@@ -4,6 +4,7 @@ import WikiListTab from './components/tabs/WikiListTab.vue';
|
||||
import StockListTab from './components/tabs/StockListTab.vue';
|
||||
import NumberGeneratorTab from './components/tabs/NumberGeneratorTab.vue';
|
||||
import StockGeneratorTab from './components/tabs/StockGeneratorTab.vue';
|
||||
import StorageTab from './components/tabs/StorageTab.vue';
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
@@ -41,6 +42,13 @@ const routes: RouteRecordRaw[] = [
|
||||
viewMode: StockGeneratorTab,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'storage',
|
||||
component: AppContainerView,
|
||||
meta: {
|
||||
viewMode: StorageTab,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user