| 123456789101112131415161718192021222324252627 |
- <template>
- <view>
- </view>
- </template>
- <script>
- export default {
- name: "my-praise",
- components: {},
- props: {},
- data() {
- return {}
- },
- watch: {},
- mounted() {
- },
- methods: {
- }
- }
- </script>
- <style scoped lang="scss">
- </style>
|