-
-
Save mtermoul/dc802d094c296988ff3b58423d9cc9df to your computer and use it in GitHub Desktop.
garage-sale/App.vue
This file contains 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
// garage-sale/App.vue | |
<template> | |
<v-app id="app"> | |
<router-view></router-view> | |
</v-app> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment