index.coffee 512 B

1234567891011121314151617
  1. document.head.insertAdjacentHTML('beforeend','<style type="text/tailwindcss" component="HeroSection">'+stylFns['app/shared/HeroSection/index.styl']+'</style>')
  2. module.exports =
  3. name: 'HeroSection'
  4. render: (new Function '_ctx', '_cache', renderFns['app/shared/HeroSection/index.pug'])()
  5. props:
  6. title:
  7. type: String
  8. default: ''
  9. image:
  10. type: String
  11. default: ''
  12. subtitle:
  13. type: String
  14. default: ''