mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Feat custom multiselect (#12)
* WIP Multiselect * Reworked Multiselect into multiple Components - Also finished feature implementation --------- Co-authored-by: adroslice <adriel.m.slice@gmail.com>
This commit is contained in:
parent
821fd28863
commit
53fca4f340
7 changed files with 315 additions and 3 deletions
|
@ -23,7 +23,7 @@ onMounted(async() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div style="overflow-y: auto;">
|
||||
<PageHeader title="Dashboard">
|
||||
</PageHeader>
|
||||
<div v-if="!loading" v-for="(link, index) in links" :key="index">
|
||||
|
@ -32,7 +32,6 @@ onMounted(async() => {
|
|||
<div v-else>
|
||||
Loading...
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue