Skip to content

Instantly share code, notes, and snippets.

@isaacssemugenyi
Created December 24, 2023 07:06
Show Gist options
  • Save isaacssemugenyi/0b6107f6c8cf8c41c14223ec677c6848 to your computer and use it in GitHub Desktop.
Save isaacssemugenyi/0b6107f6c8cf8c41c14223ec677c6848 to your computer and use it in GitHub Desktop.
<script setup>
import SwitchItem from '../components/SwitchItem.vue'
import SwitchItem2 from '../components/SwitchItem2.vue'
</script>
<template>
<main>
<SwitchItem />
<SwitchItem2 />
</main>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment