Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Project example #17

@wesssel

Description

@wesssel

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

No one assigned

    Labels

    docsdocumentation related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions