提交 ce1aeb57 编写于 作者: D DCloud_LXH

fix: rich-text、navigator scopeId question/140644

上级 879b01a2
......@@ -17,7 +17,7 @@ export default /*#__PURE__*/ defineBuiltInComponent({
props: navigatorProps,
setup(props, { slots }) {
const vm = getCurrentInstance()
const __scopeId = (vm && (vm.root.type as any).__scopeId) || ''
const __scopeId = (vm && vm.vnode.scopeId) || ''
const { hovering, binding } = useHover(props)
const onClick = createNavigatorOnClick(props)
......
......@@ -38,7 +38,7 @@ export default /*#__PURE__*/ defineBuiltInComponent({
const nodeList = parseNodes(
nodes,
document.createDocumentFragment(),
(vm && (vm.root.type as any)).__scopeId || '',
(vm && vm.vnode.scopeId) || '',
hasItemClick && triggerItemClick
)
rootRef.value!.firstElementChild!.innerHTML = ''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册