chart.vue 117 B

1234567891011121314
  1. <template>
  2. <view>chart</view>
  3. </template>
  4. <script>
  5. export default {
  6. onLoad(){
  7. }
  8. }
  9. </script>
  10. <style>
  11. </style>