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
Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
Fri, 19 Aug 2016 19:04:26 +0200
changeset 146
f912b591e1c1
child 319
bca3e4b1d0f1
permissions
-rw-r--r--
new src_js folder
import
CutoutVue
from
'./Cutout.vue'
export
default
{
init
:
function
()
{
new
Vue
(
CutoutVue
);
}
}