You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
278 B

2 months ago
2 months ago
2 months ago
1 month ago
2 months ago
  1. <template>
  2. <view class="content">
  3. <up-button type="primary" text="点我啊" @click="$goPage('/pages/exercises/chapter/chapter')"></up-button>
  4. </view>
  5. </template>
  6. <script setup>
  7. import { ref,reactive } from 'vue';
  8. import {onLoad,onReady} from "@dcloudio/uni-app"
  9. </script>