[Vue warn]: The data property “pageSize“ is already declared as a prop. Use prop default value

vue中使用props传递数据后就不能在子组件的data中用同样的名字了,否则会报错。解决方法直接去掉data中的相同名字改为其他的。

你可能感兴趣的:(vue,vue,vue.js)