code hamal
code hamal
  vue init F-loat/mpvue-quickstart my-project生成的项目引用其他文件报错 
 放在app.vue也是出错,放在main.js把css后缀去掉就不会报错
已弃坑,跳进megalo新坑
有问解决了吗
 小程序报错
是用脚手架初始化的  配置了transpileDependencies了,报新的错
[3030](https://github.com/airyland/vux/issues/3030)
```js preventEvent (evnt, type, args, next, end) { const evntList = VXETable.interceptor.get(type) let rest if (!evntList.some(func => func(Object.assign({ $grid: this.$xegrid, $table: this, $event: evnt }, args)) === false)) { if...
 改成对应的入口名称就好了 
 vue-cli3我也是空白页面