当前位置: 代码迷 >> JavaScript >> 无法v绑定:模板内对象标签元素上的数据
  详细解决方案

无法v绑定:模板内对象标签元素上的数据

热度:81   发布时间:2023-06-05 09:26:11.0
<object id="objectPDF" data="./static/relativity.pdf"></object>

我无法v-bind:模板内对象标签元素上的数据。

甚至无法做到这一点。

<object id="objectPDF" data="{{ pdfUrl }}"></object>

尝试如下=>

v-bind:data="pdfUrl"
  相关解决方案