Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

v-bind失效 #132

Open
yingnian opened this issue Oct 19, 2021 · 0 comments
Open

v-bind失效 #132

yingnian opened this issue Oct 19, 2021 · 0 comments

Comments

@yingnian
Copy link

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant