You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
项目内安装
$ 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.