Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created October 29, 2021 18:13
Show Gist options
  • Save SidneyAllen/f87d107a5ec6dff2088ce279b6a3fafd to your computer and use it in GitHub Desktop.
Save SidneyAllen/f87d107a5ec6dff2088ce279b6a3fafd to your computer and use it in GitHub Desktop.
// src/App.vue
<script setup>
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup
</script>
<template>
<router-view></router-view>
</template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment