dashboard
repositories
filestore
activity
search
login
mayh
/
fireworkweb
forked from
fireworkweb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
注销 监管部门可见
lyfO_o
2022-11-08
83a8dadf9219c5561f4e886f8eb2a016f62a4c8d
[~mayh/fireworkweb.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>