| 1234567891011121314151617 |
- document.head.insertAdjacentHTML('beforeend','<style type="text/tailwindcss" component="HeroSection">'+stylFns['app/shared/HeroSection/index.styl']+'</style>')
- module.exports =
- name: 'HeroSection'
- render: (new Function '_ctx', '_cache', renderFns['app/shared/HeroSection/index.pug'])()
-
- props:
- title:
- type: String
- default: ''
- image:
- type: String
- default: ''
- subtitle:
- type: String
- default: ''
-
|