开发者社区 问答 正文

Vue中v-bind的代码是什么呀?

Vue中v-bind的代码是什么呀?

展开
收起
游客r3yctwty2duzw 2022-08-11 21:22:26 359 分享 版权
1 条回答
写回答
取消 提交回答
  • 代码如下:

    -bind Shorthand
    <!- - full syntax
    ‹a v-bind: href-"url"> ... </a›
    el
    shorthand
    ‹a :href="url">
    </ a>
    shorthand with dynamic argument (2.6.0+)
    <a : [key]="url"> ... </ a>```js
    
    
    
    2022-08-12 08:31:25
    赞同 展开评论