1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 10:38:54 +08:00

use execute method

This commit is contained in:
lana-k
2020-12-28 12:46:45 +01:00
parent bbcb553fdc
commit c3ae115546
3 changed files with 33 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ import router from './router'
import store from './store'
import { VuePlugin } from 'vuera'
import VModal from 'vue-js-modal'
import db from '@/dataBase'
import db from '@/database'
import '@/assets/styles/variables.css'
import '@/assets/styles/buttons.css'