"name": "Product single",
"author": "Layouthub Team",
"website": "https://www.layouthub.com",
"category": "Product single",
"vendors": ["js_swiper_slider","css_layouthub_base"],
"dev": "LayoutHub core team"
The setting value: <span v-html="settings.one"></span>
<p v-html="combined"></p>
<button class="lh-button"><button>
let $this = jQuery(this);
$this.find('.lh-button').click(function(e){
$this.find('.lh-color-red').toggle();//Show hide a element
return `${this.settings.one} - ${this.settings.two}`;
return 'item name: '+item.name;