12345678910111213141516171819202122232425262728 |
- <template>
- <div class="mainPage flex-v">
- 1
- </div>
- </template>
-
- <script>
-
- export default {
- name: '',
- data () {
- return {
-
- }
- },
- computed: {},
- components: {},
- created () { },
- methods: {
-
- }
- }
- </script>
-
- <!-- Add "scoped" attribute to limit CSS to this component only -->
- <style lang="scss" scoped>
- @import "page.scss";
- </style>
|