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

add manifest and offline support #12

This commit is contained in:
lana-k
2021-04-29 16:19:25 +02:00
parent 92022f9083
commit 9b6aa3d6c7
10 changed files with 2954 additions and 1082 deletions

View File

@@ -268,9 +268,9 @@ describe('Tabs.vue', () => {
const store = new Vuex.Store({ state, mutations })
// mount the component
const wrapper = shallowMount(Tabs, {
const wrapper = shallowMount(Tabs, {
store,
stubs: ['router-link']
stubs: ['router-link']
})
const event = new Event('beforeunload')