Skip to content

Commit

Permalink
1,596th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Dec 10, 2024
1 parent 25acd5d commit b287f65
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,12 @@ const flux = reactive({
/>
</XCard>
</section>

<section class="my-8">
<h2 class="text-3xl font-bold my-4 pt-6">Group (TODO)</h2>

<XCard>
<!-- <Group /> -->
</XCard>
</section>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,15 @@ const values2 = ref<string[]>([]);
</section>

<section class="my-8">
<h2 class="text-3xl font-bold my-4">Labels</h2>
<h2 class="text-3xl font-bold my-4 pt-6">Filterable (TODO)</h2>

<XCard>
<!-- <XTreeSelect v-model:value="value" label="Tech Stack" :options filterable /> -->
</XCard>
</section>

<section class="my-8">
<h2 class="text-3xl font-bold my-4 pt-6">Labels</h2>

<XCard>
<XTreeSelect v-model:value="values2" label="Tech Stack" :options selectedLabels />
Expand Down

0 comments on commit b287f65

Please sign in to comment.