<template> <h1>I am Courses page</h1> </template> <script> export default { head: { title: 'Amazing tech courses | Nuxtjs' } } </script>