微信

index.vue 365B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <div class="mainPage flex-v">
  3. 1
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: '',
  9. data () {
  10. return {
  11. }
  12. },
  13. computed: {},
  14. components: {},
  15. created () { },
  16. methods: {
  17. }
  18. }
  19. </script>
  20. <!-- Add "scoped" attribute to limit CSS to this component only -->
  21. <style lang="scss" scoped>
  22. @import "page.scss";
  23. </style>