<template> <div id="error">404</div> </template> <script> export default { name: 'error', layout: 'errorPage' } </script>