df4105a
07e2b64
c3c8633
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>