dashboard
repositories
filestore
activity
search
login
mayh
/
fireworkweb
forked from
fireworkweb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化登录与注册提示。
鲁班七号
2023-01-07
8516dadd5a59cd8d43fc6576de12702ee0b06e52
[~mayh/fireworkweb.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>