-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
docsdocumentation relateddocumentation related
Description
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:
// 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.
Metadata
Metadata
Assignees
Labels
docsdocumentation relateddocumentation related