<template>
<web-view src="http://172.16.101.216:5500/1.html"></web-view>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
},
}
</script>
<style>
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<input type="password">
</body>
</html>