This website works better with JavaScript
Home
Explore
Help
Register
Sign In
machinecat520
/
zj-Exercise
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
81f71166f1
Branches
Tags
master
zj-Exercise
/
vue
/
vue_test
/
30_src_路由的基本使用
/
components
/
About.vue
About.vue
109 B
History
Raw
1
2
3
4
5
6
7
8
9
<template>
<h2>我是About的内容</h2>
</template>
<script>
export default {
name:'About'
}
</script>