Auto commit

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