src_js/iconolab-bundle/src/components/modalpanel/template.html
author ymh <ymh.work@gmail.com>
Fri, 02 Sep 2016 13:37:02 +0200
changeset 174 b91ae400f66d
parent 156 e1e14766f608
permissions -rw-r--r--
clean task, add task to sync only the module and create the virtualenv (without the module)

<div class="modal-mask diff-panel" v-show="display">
	<p class="pull-right close-btn" @click="close"> <i class="fa fa-close"></i> </p>
	<slot name="header"></slot>
	<slot name="content"></slot>
	<slot name="footer"></slot>
</div>