index.coffee 270 B

123456789101112
  1. # app/components/Domain/ProductCard/index.coffee
  2. module.exports =
  3. name: 'product-card'
  4. props:
  5. product:
  6. type: Object
  7. default: -> {}
  8. render: (new Function '_ctx', '_cache', globalThis.renderFns['app/components/Domain/ProductCard/index.pug'])()