<script> import authors from '~/static/data.json' export default { asyncData ({ params }) { return { authors } } } </script>