33dfa599 by jikai

Merge remote-tracking branch 'origin/master'

2 parents 27d620e7 a294f832
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
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
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
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
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
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