|
12345678910111213141516171819202122 |
- <template>
- <div class="page">
-
- <section class="inputs centered">
- <h4>Are you sure you want to log out?</h4>
- <button>Logout</button>
- </section>
-
- </div>
- </template>
-
- <script>
- function ready() {
-
- }
-
- export default {
- methods: {
- ready
- }
- }
- </script>
|