Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第三章 3.7 产品图片组件 #24

Open
poshichao opened this issue Sep 24, 2018 · 1 comment
Open

第三章 3.7 产品图片组件 #24

poshichao opened this issue Sep 24, 2018 · 1 comment

Comments

@poshichao
Copy link

<img src="{{ product.imageUrl }}"
这种写法也可以正常加载图片,{{ product.imageUrl }}并未被解析为字符串

@asnowwolf
Copy link
Contributor

它在语法上和 <img [src]="product.imageUrl" 是完全等价的,事实上,我们可以把你这种写法看做语法糖。

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

No branches or pull requests

2 participants