Merge remote-tracking branch 'origin/master'
Showing
6 changed files
with
138 additions
and
0 deletions
src/components/bottomNav.vue
0 → 100644
1 | <template> | ||
2 | <div class="container"> | ||
3 | bottomNav | ||
4 | </div> | ||
5 | </template> | ||
6 | |||
7 | <script> | ||
8 | export default { | ||
9 | name: 'bottomNav', | ||
10 | components: {}, | ||
11 | data() { | ||
12 | return {} | ||
13 | }, | ||
14 | mounted() {}, | ||
15 | methods: { | ||
16 | |||
17 | } | ||
18 | } | ||
19 | </script> | ||
20 | |||
21 | <style lang="sass" scoped> | ||
22 | .container {} | ||
23 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/components/leftAssert.vue
0 → 100644
1 | <template> | ||
2 | <div class="container"> | ||
3 | leftAssert | ||
4 | </div> | ||
5 | </template> | ||
6 | |||
7 | <script> | ||
8 | export default { | ||
9 | name: 'leftAssert', | ||
10 | components: {}, | ||
11 | data() { | ||
12 | return {} | ||
13 | }, | ||
14 | mounted() {}, | ||
15 | methods: { | ||
16 | |||
17 | } | ||
18 | } | ||
19 | </script> | ||
20 | |||
21 | <style lang="sass" scoped> | ||
22 | .container {} | ||
23 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/components/leftFunc.vue
0 → 100644
1 | <template> | ||
2 | <div class="container"> | ||
3 | leftFunc | ||
4 | </div> | ||
5 | </template> | ||
6 | |||
7 | <script> | ||
8 | export default { | ||
9 | name: 'leftFunc', | ||
10 | components: {}, | ||
11 | data() { | ||
12 | return {} | ||
13 | }, | ||
14 | mounted() {}, | ||
15 | methods: { | ||
16 | |||
17 | } | ||
18 | } | ||
19 | </script> | ||
20 | |||
21 | <style lang="sass" scoped> | ||
22 | .container {} | ||
23 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/components/leftTopFunc.vue
0 → 100644
1 | <template> | ||
2 | <div class="container"> | ||
3 | leftTopFunc | ||
4 | </div> | ||
5 | </template> | ||
6 | |||
7 | <script> | ||
8 | export default { | ||
9 | name: 'leftTopFunc', | ||
10 | components: {}, | ||
11 | data() { | ||
12 | return {} | ||
13 | }, | ||
14 | mounted() {}, | ||
15 | methods: { | ||
16 | |||
17 | } | ||
18 | } | ||
19 | </script> | ||
20 | |||
21 | <style lang="sass" scoped> | ||
22 | .container {} | ||
23 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/components/mapPop.vue
0 → 100644
1 | <template> | ||
2 | <div class="container"> | ||
3 | mapPop | ||
4 | </div> | ||
5 | </template> | ||
6 | |||
7 | <script> | ||
8 | export default { | ||
9 | name: 'mapPop', | ||
10 | components: {}, | ||
11 | data() { | ||
12 | return {} | ||
13 | }, | ||
14 | mounted() {}, | ||
15 | methods: { | ||
16 | |||
17 | } | ||
18 | } | ||
19 | </script> | ||
20 | |||
21 | <style lang="sass" scoped> | ||
22 | .container {} | ||
23 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/components/top.vue
0 → 100644
1 | <template> | ||
2 | <div class="container"> | ||
3 | top | ||
4 | </div> | ||
5 | </template> | ||
6 | |||
7 | <script> | ||
8 | export default { | ||
9 | name: 'top', | ||
10 | components: {}, | ||
11 | data() { | ||
12 | return {} | ||
13 | }, | ||
14 | mounted() {}, | ||
15 | methods: { | ||
16 | |||
17 | } | ||
18 | } | ||
19 | </script> | ||
20 | |||
21 | <style lang="sass" scoped> | ||
22 | .container {} | ||
23 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment