vuera icon indicating copy to clipboard operation
vuera copied to clipboard

feat: support hyphenation attribute for React in Vue

Open pureliumy opened this issue 3 years ago • 0 comments

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>

pureliumy avatar Oct 27 '22 03:10 pureliumy