vuetify 0.13.1
This commit is contained in:
parent
8d841ad7cb
commit
efc929ca69
24 changed files with 1128 additions and 449 deletions
|
|
@ -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))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue