UNPKG

aquameta-widget

Version:

Widget rendering framework built on top of Aquameta

14 lines (12 loc) 257 B
<!-- Product-detail widget input: product lang: productAvailable --> <template> <div meta-if="product.status === 'AVAILABLE'"> {{ lang.productAvailable }} </div> <span>{{ product.name }}</span> <span>{{ product.type }}</span> </template>