Skip to content

Instantly share code, notes, and snippets.

@mtermoul

mtermoul/App.vue Secret

Last active September 15, 2018 21:39
garage-sale/App.vue
// 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