Drupal 8 Site using Vue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
255 B

{{ attach_library('vue_js/collapsible') }}
{{ attach_library('vue_js/collapsible-non-vue') }}
<div class="collapsible collapsible-non-vue closed">
<div class="title">
<h2>{{ title }}</h2>
</div>
<div class="body">
{{ body }}
</div>
</div>