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
$ npm install sparrow-code -D
"scripts": { "sparrow": "sparrow start -m page" }
$ npm install @sparrow-vue/develop-ui -S
The text was updated successfully, but these errors were encountered:
请问这个报错问题解决了吗?是怎么解决的?
Sorry, something went wrong.
我也遇见了这个报错
No branches or pull requests
项目内安装
$ npm install sparrow-code -D
package.json 增加 sparrow
"scripts": {
"sparrow": "sparrow start -m page"
}
项目内安装GUI组件
$ npm install @sparrow-vue/develop-ui -S
项目内引用App.vue
运行报错:
[Vue warn]: Failed to mount component: template or render function not defined.
The text was updated successfully, but these errors were encountered: