【问题标题】:Vue binding to assets to custom attributesVue 绑定到资产到自定义属性
【发布时间】:2023-01-12 22:09:15
【问题描述】:

在 Vue3 中,如何将自定义 HTML 属性绑定到资产?以下不起作用。

<template>
  <span :data-imageurl="logo" />
</template>

<script setup>
  const logo = new URL("@/assets/img/logo.png");
</script>

【问题讨论】:

标签: vue.js vuejs3


【解决方案1】:

@Duannx,你是对的。我需要使用static assets section

【讨论】:

    猜你喜欢
    • 2011-06-22
    • 1970-01-01
    • 2011-05-11
    • 2013-10-09
    • 1970-01-01
    • 2012-08-29
    • 2018-09-03
    • 1970-01-01
    相关资源
    最近更新 更多