This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zfire-front
/
supply-front
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
26f04d26e2
Branches
Tags
develop
lin_20240111
lin_20240220
lin_20240509
lin_2024_05_11
master
supply-front
/
src
/
views
/
basic_data
/
taker.vue
taker.vue
103 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div>
<router-view />
</div>
</template>
<script>
export default {
}
</script>