my-praise.vue 253 B

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