Skip to content

Instantly share code, notes, and snippets.

@AdoraNwodo
Created March 23, 2019 12:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdoraNwodo/02206c16f7f049332a912d3009c73efb to your computer and use it in GitHub Desktop.
Save AdoraNwodo/02206c16f7f049332a912d3009c73efb to your computer and use it in GitHub Desktop.
Vue vixens script
<script>
export default {
name: "App",
data() {
return {
themeSwitched: false
};
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment