feat: display witchcraft
This commit is contained in:
@ -6,10 +6,9 @@ import TabList from 'primevue/tablist';
|
||||
import TabPanel from 'primevue/tabpanel';
|
||||
import TabPanels from 'primevue/tabpanels';
|
||||
import Tabs from 'primevue/tabs';
|
||||
import { onOpenUrl } from '@tauri-apps/plugin-deep-link';
|
||||
import ModList from './ModList.vue';
|
||||
import ModStore from './ModStore.vue';
|
||||
import Options from './Options.vue';
|
||||
import OptionList from './OptionList.vue';
|
||||
import ProfileList from './ProfileList.vue';
|
||||
import StartButton from './StartButton.vue';
|
||||
import { usePkgStore, usePrfStore } from '../stores';
|
||||
@ -64,7 +63,7 @@ onMounted(async () => {
|
||||
<ModStore />
|
||||
</TabPanel>
|
||||
<TabPanel value="2">
|
||||
<Options />
|
||||
<OptionList />
|
||||
</TabPanel>
|
||||
<TabPanel value="3">
|
||||
<strong>UNDER CONSTRUCTION</strong><br />Many features are
|
||||
|
Reference in New Issue
Block a user