FIX: Config pane
This commit is contained in:
@@ -3,14 +3,9 @@ import ProfileManager from '@/components/profile/ProfileManager.vue'
|
||||
import DevicePreview from '@/components/device/DevicePreview.vue'
|
||||
import ConfigPane from '@/components/config/ConfigPane.vue'
|
||||
import Navbar from '@/components/Navbar.vue'
|
||||
import ConfigSelect from '@/components/config/ConfigSelect.vue'
|
||||
import { onMounted, ref } from 'vue'
|
||||
import ConfigSection from '@/components/config/ConfigSection.vue'
|
||||
import { Bolt } from 'lucide-vue-next'
|
||||
import { useStore } from '@/store'
|
||||
|
||||
const currentConfigPage = ref(0)
|
||||
|
||||
const store = useStore()
|
||||
|
||||
store.fetchProfiles()
|
||||
@@ -35,8 +30,7 @@ onMounted(() => {
|
||||
class="basis-1/3 min-w-80 flex-1 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-30" />
|
||||
<DevicePreview class="basis-1/3 flex-col flex border-solid border-0 border-r" />
|
||||
<ConfigPane
|
||||
class="flex-1 basis-2/5 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-30"
|
||||
:page="currentConfigPage" />
|
||||
class="flex-1 basis-2/5 flex flex-col border-solid border-0 border-r bg-zinc-900 bg-opacity-30" />
|
||||
</div>
|
||||
</main>
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user