1 2 3 4 5 6 7
<script> export let params; </script> <h1>Topic Index.</h1> <p>This component lists topics for category or tag with id: {params.id}</p>