We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.6
chrome:135.0.7049.114,vue:3.5.13,系统:macos Sequoia 15.3.1
//mian.ts let container = document.getElementById('app') const shadowRoot = container.attachShadow({mode: 'open'}) let root = document.createElement('div') root.setAttribute('id', 'app') shadowRoot.appendChild(root) app.mount(root)
<script setup lang="ts"> //面板容器 let hrpContainer = ref(null) let visible = ref(false); </script> <template> <div class="hrp-container" v-show="!visible" ref="hrpContainer"> <div class="hrp-button" v-if="hrpContainer"> <a-tooltip placement="left" :get-popup-container="()=>hrpContainer.parentElement" title="网页助手"> <div class="loading-container" key="ball-loading"> <span>加</span> <span>载</span> <span>中</span> </div> </a-tooltip> </div> </div> </template>
提供相关的配置,能够正确在shadowroot中加载
无法加载组件样式
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.2.6
Environment
chrome:135.0.7049.114,vue:3.5.13,系统:macos Sequoia 15.3.1
Reproduction link
Steps to reproduce
What is expected?
提供相关的配置,能够正确在shadowroot中加载
What is actually happening?
无法加载组件样式
The text was updated successfully, but these errors were encountered: