1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-08 11:08:55 +08:00
Files
sqliteviz/src/App.vue
2020-09-20 23:40:52 +02:00

17 lines
253 B
Vue

<template>
<div id="app">
<router-view/>
</div>
</template>
<style>
#app, * {
font-family: Open-Sans, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
margin: 0;
}
</style>