grapewheel / avvw

Apicloud + Vue2 + Vant(有赞前端)+ Webpack4打包,极速开发APP框架,将apicloud的渲染效率和vue数据绑定特性发挥极致!
153 stars 55 forks source link

关于组件调用$attrs is readonly. $listeners is readonly. #30

Closed xiaosatufu closed 5 years ago

xiaosatufu commented 5 years ago

使用组件的时候,总是会出现这些错误,但是不影响使用。想知道这些错误是怎么出来的,应该怎么解决呢? 现在使用的DatePicker组件,tab组件,DropdownMenu, DropdownItem组件等,都会出现这个问题。 引入方式 image image

image

grapewheel commented 5 years ago

@xiaosatufu 请降级使用 vant 1.x,经过测试2.x版本在不使用vue3-cli编译的话会有bug

"dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@babel/runtime": "^7.5.5",
    "vant": "^1.6.24",
    "vue": "^2.6.10"
  }