ADD file via upload

master
pnfygqivr 2 years ago
parent e50ec4d9ae
commit 6a222f8367

@ -0,0 +1,22 @@
<template>
<div id="app" style="background-color: rgba(235, 235, 235, 0.08)">
<router-view/>
</div>
</template>
<script>
export default {
name: 'app'
}
</script>
<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>
Loading…
Cancel
Save