http-vue-loader
http-vue-loader copied to clipboard
v-bind失效
- 在父组件中通过 v-bind 给子组件传值,子组件接收不到
- a标签,img标签 的属性均无法传递变量
data() { return { dataHref: 'https:///', imgUrl: 'https://' } } 都没法显示