src_js/iconolab-bundle/src/components/cutout/index.js
author ymh <ymh.work@gmail.com>
Thu, 07 Jun 2018 15:12:09 +0200
changeset 541 4aa4664b0343
parent 319 bca3e4b1d0f1
permissions -rw-r--r--
replace extract-text-webpack-plugin (deprecated) by mini-css-extract-plugin. Try to make webpack-dev-server work again on the project


import CutoutVue from './Cutout.vue'

export default {

		init: function () {
			return new Vue(CutoutVue);
		}
}