Add vue 3 and compat

This commit is contained in:
Kasper Seweryn 2022-04-18 10:24:47 +02:00 committed by Georg Krause
commit 7c5d259c2b
15 changed files with 474 additions and 593 deletions

View file

@ -1,5 +1,5 @@
import { InitModule } from '~/types'
import { watchEffect, watch } from '@vue/composition-api'
import { watchEffect, watch } from 'vue'
import { useWebSocket, whenever } from '@vueuse/core'
export const install: InitModule = ({ store }) => {