baianat/vuse

Plugin not working as used in documentation [Help wanted!]

Closed this issue · 3 comments

Hello, I found you section builder and it has really cool features. I followed instructions as mentioned in the installation part on the document but I could not get it work in my vue application.

App.vue

<template>
  <div id="app">
    <b-builder />
  </div>
</template>

main.js

import Vue from 'vue'
import Builder from 'vuse';
import App from './App.vue'

Vue.config.productionTip = false

Vue.use(Builder, {});

new Vue({
  render: h => h(App),
}).$mount('#app')

Error

 Unknown custom element: <b-builder> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <App>
       <Root>```

Hello, it looks like that the documentation is outdated, can you please replace b-builder with vuse-builder, and tell me if it worked for you, sorry for inconvenient.

Hey, I replaced the tag with vuse-builder but styles did not loaded as you can see in the screen shot, any ideas ?

Edit: Buttons are not working either.

Edit: 18/03/2019
Oh I forgot to add css, it works now. We can close the issue. Also I would like to suggest you that adding the import 'vuesax/dist/vuesax.css'; in the documentation would be nice.

Screen Shot 2019-03-16 at 12 15 07

Sure we will add it, thank you!