@dcloudio/uni-shared
Advanced tools
Comparing version 3.0.0-alpha-4010820240520001 to 3.0.0-alpha-4010820240523001
import type { App } from 'vue'; | ||
import type { ComponentInternalInstance } from 'vue'; | ||
import type { ComponentInternalInstance as ComponentInternalInstance_2 } from '@vue/runtime-core'; | ||
import { ComponentOptionsBase } from 'vue'; | ||
@@ -793,3 +792,3 @@ import { ComponentPublicInstance } from 'vue'; | ||
parentNode: UniNode | null; | ||
__vueParentComponent?: ComponentInternalInstance_2; | ||
__vueParentComponent?: ComponentInternalInstance; | ||
protected _text: string | null; | ||
@@ -796,0 +795,0 @@ constructor(nodeType: UniNodeType, nodeName: string, container: UniElement | IUniPageNode); |
{ | ||
"name": "@dcloudio/uni-shared", | ||
"version": "3.0.0-alpha-4010820240520001", | ||
"version": "3.0.0-alpha-4010820240523001", | ||
"description": "@dcloudio/uni-shared", | ||
@@ -5,0 +5,0 @@ "main": "./dist/uni-shared.cjs.js", |
143046
4028