Add vue 3 and compat
This commit is contained in:
parent
0e758d0624
commit
7c5d259c2b
15 changed files with 474 additions and 593 deletions
|
|
@ -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 }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue