vuetify 0.13.1

This commit is contained in:
Andy Bunce 2017-07-12 11:38:53 +01:00
parent 8d841ad7cb
commit efc929ca69
24 changed files with 1128 additions and 449 deletions

View file

@ -26,7 +26,12 @@ let $script:= $p?script=>substring-after("{")
return if(empty($p?id)) then
()
else
else if($isComp) then
``[Vue.component('`{$p?id}`',{template:` `{$p?template}` `,
`{$script}`
);
]``
else
``[const `{functx:capitalize-first($p?id)}`=Vue.extend({template:` `{$p?template}` `,
`{$script}`
);
@ -61,6 +66,7 @@ let $comps:=$files!(fetch:text(.)=>html5:doc()=>local:feature(true()))
let $comment:="// generated " || current-dateTime() || "

"
return file:write-text($DEST,string-join(($comment,
$comps,
fetch:text($FILTERS),
$feats,
fetch:text($CORE))))