index.vue 305 B

1234567891011121314151617
  1. <template>
  2. <view class="certification-main">
  3. </view>
  4. </template>
  5. <script setup>
  6. import { computed, ref, reactive, watch } from 'vue';
  7. import { provide, inject } from 'vue'
  8. import { onLoad } from '@dcloudio/uni-app';
  9. </script>
  10. <style lang="scss" scoped>
  11. @import "./index.scss";
  12. </style>