Created
September 19, 2020 11:30
-
-
Save jamiecarter7/5deb191fddb48178d36492ef10661ad0 to your computer and use it in GitHub Desktop.
iOS 14 Segmented Control with Vue and TailwindCSS - Vue Script Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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