<template> <h1>Your login test succeeds!</h1> </template> <script> export default { name: 'test', layout: 'blank' } </script> <style scoped> </style>