build: {
** You can extend webpack config here
*/
extend (config, ctx) {
// https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only
config.resolve.alias["vue$"] = "vue/dist/vue.esm.js"
},
render: function (h) {
let template = '';