| 12345678910111213141516171819202122232425262728 |
- <template>
- <section class="cotainer">
- </section>
- </template>
- <script>
- import axios from "axios";
- export default {
- data() {
- return {};
- },
-
- async asyncData({ params, query, store }) {
- },
- head() {
- return {
-
- };
- },
- mounted() {
-
- },
- };
- </script>
- <style type="text/css" scoped>
- </style>
|