Skip to content
New issue

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

bug: 通过cdn引入Vue不能install component #51

Open
pikeCol opened this issue Jan 20, 2025 · 1 comment
Open

bug: 通过cdn引入Vue不能install component #51

pikeCol opened this issue Jan 20, 2025 · 1 comment

Comments

@pikeCol
Copy link

pikeCol commented Jan 20, 2025

需要通过new createApp实例化后才有component 方法

if (typeof window !== "undefined" && window.Vue) {
// @ts-ignore
install(window.Vue)
}

@wocwin
Copy link
Owner

wocwin commented Jan 20, 2025

提一下pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants