1 2 3 4 5 6 7 8 9 10
<template> <h1>this is an admin page</h1> </template> <script> export default { name: "Admin", components: {} }; </script>