Skip to content

Instantly share code, notes, and snippets.

View frecklebit's full-sized avatar

Adam Jenkins frecklebit

View GitHub Profile
@frecklebit
frecklebit / FaqExpansionPanels.ts.vue
Created December 3, 2024 20:39
FAQ Expansion Panels
<script setup lang="ts">
import {
computed, onMounted, ref, watch, toRefs,
} from 'vue';
import { useRoute } from 'vue-router';
import {
VExpansionPanels,
VExpansionPanel,
VExpansionPanelTitle,