| 123456789101112131415161718192021222324252627 |
- <template>
- <section class="cotainer">
- </section>
- </template>
- <script>
- export default {
- head() {
- return {
-
- };
- },
- async asyncData({ params, query, store }) {
-
- },
- components: {
-
- },
- created() {
-
- }
- };
- </script>
- <style scoped>
- </style>
|