NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.vue 198B

12345678910111213141516
  1. <template lang="pug">
  2. div(id="theme")
  3. h1 hello new-theme
  4. router-view
  5. </template>
  6. <script>
  7. export default {
  8. data () {
  9. return {}
  10. }
  11. }
  12. </script>
  13. <style lang="postcss">
  14. </style>