Lines 13-19
Link Here
|
13 |
[% END %]</title |
13 |
[% END %]</title |
14 |
> |
14 |
> |
15 |
[% Asset.css("css/mainpage.css") | $raw %] |
15 |
[% Asset.css("css/mainpage.css") | $raw %] |
16 |
[% Asset.js("js/vue/dist/islands.js", "defer" => 1, async => "1") | $raw %] |
|
|
17 |
[% INCLUDE 'doc-head-close.inc' %] |
16 |
[% INCLUDE 'doc-head-close.inc' %] |
18 |
</head> |
17 |
</head> |
19 |
|
18 |
|
Lines 338-345
Link Here
|
338 |
<hello-islands message="This is an attribute on the web component, that's bound to a prop in the Vue component. Cool, right?" color="dodgerblue"></hello-islands> |
337 |
<hello-islands message="This is an attribute on the web component, that's bound to a prop in the Vue component. Cool, right?" color="dodgerblue"></hello-islands> |
339 |
</div> |
338 |
</div> |
340 |
<!-- /.row --> |
339 |
<!-- /.row --> |
|
|
340 |
<div class="row w-25 m-auto p-4 border border-4 border-warning br-5 rounded text-center mt-4"> |
341 |
<p> |
342 |
<span>Uncomment me in <span class="font-monospace">intranet-main.tt</span> 👇</span><br /> |
343 |
<span class="font-monospace text-danger">-<!-- <hello-world></hello-world> --></span><br /> |
344 |
<span class="font-monospace text-success">+<hello-world></hello-world></span> |
345 |
</p> |
346 |
<!-- <hello-world></hello-world> --> |
347 |
</div> |
348 |
<!-- /.row --> |
341 |
|
349 |
|
342 |
[% MACRO jsinclude BLOCK %] |
350 |
[% MACRO jsinclude BLOCK %] |
|
|
351 |
[% Asset.js("js/vue/dist/islands.js", "type" => "module") | $raw %] |
343 |
<script> |
352 |
<script> |
344 |
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); |
353 |
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); |
345 |
$(document).ready(function () { |
354 |
$(document).ready(function () { |