// /hybrid/html/index.html
<!DOCTYPE HTML>
<html>
<head>
<title></title>
</head>
<body>
<h1> Hello World !</h1>
</body>
</html>
// pages/index/index.vue
<template>
<web-view src="/hybrid/html/index.html"></web-view>
</template>
<script setup lang="ts"></script>
0 个回复