lunchboxjs
lunchboxjs copied to clipboard
Add support for directives
Plain v-xyz
directives work, passing bindings via :v-xyz="1"
throw "no property v.xyz found on object" error. See updateObjectProp
in associated branch for connected TODO.