Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 

14 line
150 B

  1. <template>
  2. <div>
  3. <h4>hello</h4>
  4. </div>
  5. </template>
  6. <script setup>
  7. import { ref } from "vue"
  8. let stripe = Stripe(process.env.STRIPE_KEY)
  9. </script>