Auto commit

上级 4f39fc67
......@@ -7,7 +7,16 @@
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<div id="app">
</div>
<script type="module" src="/src/main.js"></script>
</body>
<script>
// setTimeout(()=>{window.location.href="http://192.168.23.227:8080/"},1);
</script>
</html>
<script setup>
import HelloWorld from './components/HelloWorld.vue'
import TheWelcome from './components/TheWelcome.vue'
setTimeout(()=>{window.location.href="http://192.168.23.227:8080/"},1);
</script>
<template>
<header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
</div>
</header>
<main>
<TheWelcome />
</main>
<center>
<button><a href="http://192.168.23.227:8080/">点我自动打开todolist编辑器(ctrl + 单击)</a></button>
</center>
</template>
<style scoped>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册