index.vue 267 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <view class="">
  3. <Nav title="首页"></Nav>
  4. 首页21312
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. components: {
  10. },
  11. data() {
  12. return {
  13. }
  14. },
  15. mounted() {
  16. },
  17. methods: {
  18. },
  19. }
  20. </script>
  21. <style lang="scss" scoped></style>