vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 153 forks source link

Custom tags in vue single file components #217

Open ksmithut opened 6 years ago

ksmithut commented 6 years ago

Some libraries have docs on how to use a custom tag inside of the single-file components (such as i18n). In the docs for vueify, there appears to be away to extend the script and style tags using different languages, but it wasn't clear if there was a way to add new meaning to tags via the vue.config.js.