1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
| {
| "globals": {
| "CommonAnnexTableColumns": true,
| "Component": true,
| "ComponentPublicInstance": true,
| "ComputedRef": true,
| "EffectScope": true,
| "InjectionKey": true,
| "PropType": true,
| "Ref": true,
| "VNode": true,
| "acceptHMRUpdate": true,
| "computed": true,
| "createApp": true,
| "createPinia": true,
| "customRef": true,
| "defineAsyncComponent": true,
| "defineComponent": true,
| "defineStore": true,
| "effectScope": true,
| "getActivePinia": true,
| "getCurrentInstance": true,
| "getCurrentScope": true,
| "h": true,
| "inject": true,
| "isProxy": true,
| "isReactive": true,
| "isReadonly": true,
| "isRef": true,
| "mapActions": true,
| "mapGetters": true,
| "mapState": true,
| "mapStores": true,
| "mapWritableState": true,
| "markRaw": true,
| "nextTick": true,
| "onActivated": true,
| "onBeforeMount": true,
| "onBeforeRouteLeave": true,
| "onBeforeRouteUpdate": true,
| "onBeforeUnmount": true,
| "onBeforeUpdate": true,
| "onDeactivated": true,
| "onErrorCaptured": true,
| "onMounted": true,
| "onRenderTracked": true,
| "onRenderTriggered": true,
| "onScopeDispose": true,
| "onServerPrefetch": true,
| "onUnmounted": true,
| "onUpdated": true,
| "provide": true,
| "reactive": true,
| "readonly": true,
| "ref": true,
| "resolveComponent": true,
| "setActivePinia": true,
| "setMapStoreSuffix": true,
| "shallowReactive": true,
| "shallowReadonly": true,
| "shallowRef": true,
| "storeToRefs": true,
| "toRaw": true,
| "toRef": true,
| "toRefs": true,
| "triggerRef": true,
| "unref": true,
| "useAttrs": true,
| "useCssModule": true,
| "useCssVars": true,
| "useLink": true,
| "useLoading": true,
| "useRoute": true,
| "useRouter": true,
| "useSetReactive": true,
| "useSlots": true,
| "watch": true,
| "watchEffect": true,
| "watchPostEffect": true,
| "watchSyncEffect": true,
| "DirectiveBinding": true,
| "ExtractDefaultPropTypes": true,
| "ExtractPropTypes": true,
| "ExtractPublicPropTypes": true,
| "MaybeRef": true,
| "MaybeRefOrGetter": true,
| "WritableComputedRef": true,
| "onWatcherCleanup": true,
| "toValue": true,
| "useId": true,
| "useModel": true,
| "useTemplateRef": true,
| "ElMessageBox": true
| }
| }
|
|