Tags: vouill/vue-bulma-components
Tags
Register component name to PascalCase (#21) * Register component name to PascalCase '<BButton>' will be an unknown custom element, because this plugin was registered the component with name like 'kebab-case'. Register the component with name like 'PascalCase', works fine with `<b-button>` and '<BButton>'. * Add toPascalCase test