progress.vue 157 B

12345678910111213
  1. <template>
  2. <view class="progress"></view>
  3. </template>
  4. <script>
  5. import uCharts from './js/u-charts.js'
  6. export default {
  7. }
  8. </script>
  9. <style>
  10. </style>