Valian / live_vue

End-to-end reactivity for Phoenix LiveView and Vue
https://hex.pm/packages/live_vue
MIT License
241 stars 14 forks source link

use LiveVue warns on unknown properties passed to `.vue` #7

Closed Valian closed 6 months ago

Valian commented 6 months ago

Summary

attr :rest, :global doesn't allow to whitelist everyting.

So for now, until it's fixed, I'm considering to remove all attr declarations.