初始化
This commit is contained in:
19
uni_modules/UniDevTools/node_modules/vue/macros-global.d.ts
generated
vendored
Normal file
19
uni_modules/UniDevTools/node_modules/vue/macros-global.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import {
|
||||
$ as _$,
|
||||
$$ as _$$,
|
||||
$ref as _$ref,
|
||||
$shallowRef as _$shallowRef,
|
||||
$computed as _$computed,
|
||||
$customRef as _$customRef,
|
||||
$toRef as _$toRef
|
||||
} from './macros'
|
||||
|
||||
declare global {
|
||||
const $: typeof _$
|
||||
const $$: typeof _$$
|
||||
const $ref: typeof _$ref
|
||||
const $shallowRef: typeof _$shallowRef
|
||||
const $computed: typeof _$computed
|
||||
const $customRef: typeof _$customRef
|
||||
const $toRef: typeof _$toRef
|
||||
}
|
||||
Reference in New Issue
Block a user