【问题标题】:How to correctly (syntax) write this line Vue如何正确(语法)编写这一行 Vue
【发布时间】:2020-01-01 10:23:44
【问题描述】:

这行 Vue 的正确语法是什么:

<iframe src="/'product.id'/file.php' " frameborder="0"></iframe>

一行出现在表格中:

<iframe src="/5/file.php">

【问题讨论】:

    标签: vue.js syntax


    【解决方案1】:

    你可以这样做:

    <iframe :src="`/${product.id}/file.php`" frameborder="0"></iframe>
    

    【讨论】:

    猜你喜欢
    • 2022-06-15
    • 1970-01-01
    • 2019-04-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-05-09
    • 1970-01-01
    • 2012-10-02
    相关资源
    最近更新 更多