index.vue 242 B

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