This is a small example on how to use props in nuxt
<script lang="ts"> export default { props: ['title', 'description'], } </script>
{{ title }} {{ description }}
<template> <AppHeader title="My Title" description="My Description"/> </template>
We only have google analytics to measure the engagement.