http-vue-loader icon indicating copy to clipboard operation
http-vue-loader copied to clipboard

v-bind失效

Open yingnian opened this issue 4 years ago • 0 comments

  1. 在父组件中通过 v-bind 给子组件传值,子组件接收不到
  2. a标签,img标签 的属性均无法传递变量

data() { return { dataHref: 'https:///', imgUrl: 'https://' } } 都没法显示

yingnian avatar Oct 19 '21 12:10 yingnian