AK

Size: a a a
AK
AK
_url.vue
<template>
<h1>{{$route.params.url}}</h1>
</template>
<script>
import axios from "axios";
export default {
async asyncData({params}) {
const { items } = await axios.get(`http://localhost:3000/api/sections/${params.url}`);
return { all: items };
}
};
</script>
ИД
АН
AK
ИД
AK
ИД
ИД
AK
ИД
A
A
AK
AB
A
AK
AB
AD