Open pureliumy opened 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>
Issue #40
Now you can use hyphenation attributes for React components in Vue, thus it won't break standard Vue lint rules.