提交 e102f642 编写于 作者: U ursulashan

Mon Aug 21 14:42:01 CST 2023 inscode

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