| 12345678910111213141516171819202122232425262728 |
- <template>
- <section class="container">
-
- </section>
- </template>
- <script>
- export default {
- data (){
- return {
- }
- },
- components: {
- },
- head () {
- return {
-
- }
- },
- async asyncData({params,store}){
-
- }
- }
- </script>
- <style scoped>
- </style>
|