UNPKG
@u3u/vue-hooks
Version:
latest (2.0.1)
2.0.1
2.0.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1-alpha
1.0.0
1.0.0-alpha
⚡️ Awesome Vue Hooks
github.com/u3u/vue-hooks
u3u/vue-hooks
@u3u/vue-hooks
/
esm
/
util
/
runtime.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
import
Vue
from
'vue'
;
export
declare
function
getRuntimeVM
(
):
Vue
;
export
declare
function
setRuntimeVM
(
this
: Vue, vue?: Vue
):
void
;