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
I really like your project but I think the docs are not that clear.
Your example project looks great. Is it possible to publish this code?
This would be helpful to understand how to set up the project properly.
I am currently facing a problem while setting up Vuse in a Nuxt project:
// plugins/vuse.js
import Vue from 'vue'
import Builder from 'vuse'
Vue.use(Builder)
export default ({ app }) => {
app.builder = new Builder({
isEditing: true,
})
}
Error: [Vue warn]: Unknown custom element: <b-builder> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The text was updated successfully, but these errors were encountered:
You can find the full demo located in the demo directory. The docs currently are lacking in so many ways. This project is still a WIP and we haven't found the time to properly document its API since it is subject to change at any time.
I will try find time to properly document this project around next week and maybe publish a roadmap, thanks for taking interest in this project.
Hi Vuse team,
I really like your project but I think the docs are not that clear.
Your example project looks great. Is it possible to publish this code?
This would be helpful to understand how to set up the project properly.
I am currently facing a problem while setting up Vuse in a Nuxt project:
Error:
[Vue warn]: Unknown custom element: <b-builder> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The text was updated successfully, but these errors were encountered: