Skip to content

Instantly share code, notes, and snippets.

@jamiecarter7
Created September 19, 2020 11:30
Show Gist options
  • Save jamiecarter7/5deb191fddb48178d36492ef10661ad0 to your computer and use it in GitHub Desktop.
Save jamiecarter7/5deb191fddb48178d36492ef10661ad0 to your computer and use it in GitHub Desktop.
iOS 14 Segmented Control with Vue and TailwindCSS - Vue Script Template
<script>
export default {
data() {
return {
selectedTab: 'segment1'
}
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment