vue页面中引入ifraf昂me 标签,一定要注意html页面放的位置!一定要放在public里面,不然看不到。
<template>
<div style="width: 100%;height: 100%;">
<iframe src="../../../public/Inventory.html" width="100%" height="1000px" frameborder="0"></iframe>
</div>
</template>
<script setup>
</script>