标签: vue.js gruntjs sails.js babeljs
确保在SailsJs中由Babel转换视图模板中的javaScript的首选方法是什么?据我了解,它将转换parasails页面,但不会在模板中嵌入代码。
例如,在组件中:
<custom-component v-on:update="(newVal) => updateFunction(newVal)" ></custom-component>
箭头功能在IE11上不起作用。可以修改grunt文件,使其包含在转译中的模板吗?