secret.vue 247 B

1234567891011121314
  1. <template>
  2. <div>
  3. <h1> I AM SUPER SECRET PAGE</h1>
  4. <h1> I AM SUPER SECRET PAGE</h1>
  5. <h1> I AM SUPER SECRET PAGE</h1>
  6. <h1> I AM SUPER SECRET PAGE</h1>
  7. </div>
  8. </template>
  9. <script>
  10. export default {
  11. middleware: 'auth'
  12. }
  13. </script>