This repository was archived by the owner on Aug 16, 2022. It is now read-only.
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Broken as of 1.0.0-beta.1: minification dependency crashes on custom attributes #19
Closed
Description
Minification crashes once you start using the new binding style (@click
, :src
, etc.):
throw 'Parse Error: ' + html;
^
Parse Error: <div class="overlay" @click="close"></div>
This would probably need to configured with the customAttrAssign
option, according to their Options Quick Reference
Metadata
Metadata
Assignees
Labels
No labels