mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-05-07 04:19:19 +08:00
#63 migrate to Vue 3
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -1,9 +1,18 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view/>
|
||||
<modals-container/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { ModalsContainer } from 'vue-final-modal'
|
||||
|
||||
export default {
|
||||
components: { ModalsContainer }
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
@@ -48,10 +57,12 @@
|
||||
}
|
||||
|
||||
#app,
|
||||
.dialog,
|
||||
input,
|
||||
label,
|
||||
button,
|
||||
.plotly_editor * {
|
||||
.plotly_editor *,
|
||||
.CodeMirror pre.CodeMirror-line {
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
Reference in New Issue
Block a user