修改文件结构
This commit is contained in:
12
front-end/main-app/src/app/views/About.tsx
Normal file
12
front-end/main-app/src/app/views/About.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: "About",
|
||||
setup() {
|
||||
return () => (
|
||||
<div class="about">
|
||||
<h1>我的</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user