vuera
vuera copied to clipboard
feat: support hyphenation attribute for React in Vue
Issue #40
Now you can use hyphenation attributes for React components in Vue, thus it won't break standard Vue lint rules.
<template>
// works now 🎉
<react-component :hyphenation-attr="nice" />
</template>