This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
zfire-front
/
supply-front
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
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
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div>
<router-view />
</div>
</template>
<script>
export default {
}
</script>