index.vue 283 B

123456789101112131415161718192021222324252627
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. name: "SaasMiniprogramIndex",
  8. data() {
  9. return {
  10. };
  11. },
  12. onLoad(option) {
  13. },
  14. methods: {
  15. },
  16. };
  17. </script>
  18. <style>
  19. page {
  20. background: #eaeef1;
  21. }
  22. </style>
  23. <style lang="scss" scoped>
  24. </style>