akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

feat: support hyphenation attribute for React in Vue #160

Open pureliumy opened 2 years ago

pureliumy commented 2 years ago

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>