NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>