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
我现在按照uniapp的方式,main.js 里进行全局导入和注册,但无法在页面直接使用
` import test from './components/test' Vue.component('test1',test)
` 在页面无法直接使用test1这个组件
The text was updated successfully, but these errors were encountered:
@flym1013 插件模式下,没有全局组件的概念
Sorry, something went wrong.
No branches or pull requests
我现在按照uniapp的方式,main.js 里进行全局导入和注册,但无法在页面直接使用
`
import test from './components/test'
Vue.component('test1',test)
`
在页面无法直接使用test1这个组件
The text was updated successfully, but these errors were encountered: