123456789101112131415161718192021 |
- <template>
- <div class="wrapper">
- 32323
- </div>
- </template>
- <script>
- export default {
- components: {},
- props: {},
- data() {
- return {
- };
- },
- mounted() {},
- methods: {},
- };
- </script>
- <style lang="scss" scoped>
- .wrapper{}
- </style>
|