提交 e102f642 编写于 作者: U ursulashan

Mon Aug 21 14:42:01 CST 2023 inscode

上级 4e19be74
......@@ -6,7 +6,7 @@ import TheWelcome from './components/TheWelcome.vue'
<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>
......
......@@ -6,7 +6,7 @@ export default defineConfig({
server: {
host: true,
proxy: {
'hi.htm': 'hi' // 请将 path-to-your-detail-htm-page 替换为实际路径
'hi.html': 'hi' // 请将 path-to-your-detail-htm-page 替换为实际路径
}
},
plugins: [vue()]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册