Skip to content

Latest commit

 

History

History
69 lines (64 loc) · 1.93 KB

themes.md

File metadata and controls

69 lines (64 loc) · 1.93 KB
title type order
Теми
resources
804

{% raw %}

Хочете розмістити Ваші теми тут? Напишіть нам!

<script type="text/template" id="partnerTemplate">

{{partner.name}}

{{product.name}}

${{product.price}}
{{product.description}}
See More Themes from {{partner.name}}
</script> <script> var mdConverter = new showdown.Converter() Vue.component('partner-component', { template: document.getElementById('partnerTemplate').innerHTML, props: { partner: { type: Object, required: true } }, computed: { partnerDescription: function () { return mdConverter.makeHtml(this.partner.description) } } }) const app = new Vue({ el: '#themes', data: function () { return { partners: themeData } } }) </script>

{% endraw %}