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
在vue项目里面 pnpm i vue-bag-admin --save
修改main.js import install from "vue-bag-admin"
const {app} = install() app.mount('#app')
运行npm run serve,结果啥都没有,是个黑窗口
The text was updated successfully, but these errors were encountered:
这里有个演示例子,如有不理解的,可以看文档
演示例子.zip
Sorry, something went wrong.
在增加一个项目参考样例 项目例子_2.zip
No branches or pull requests
在vue项目里面
pnpm i vue-bag-admin --save
修改main.js
import install from "vue-bag-admin"
const {app} = install()
app.mount('#app')
运行npm run serve,结果啥都没有,是个黑窗口
The text was updated successfully, but these errors were encountered: