Mercurial
Mercurial
>
iconolab
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src_js/iconolab-bundle/src/components/cutout/index.js
author
durandn
Wed, 21 Sep 2016 14:46:47 +0200
changeset 210
b1ab9fcf09b7
parent 146
f912b591e1c1
child 319
bca3e4b1d0f1
permissions
-rw-r--r--
increment version
import
CutoutVue
from
'./Cutout.vue'
export
default
{
init
:
function
()
{
new
Vue
(
CutoutVue
);
}
}