Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <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>
|