Fix documentation flaw

master
Harald Wolff 2023-07-23 10:47:44 +02:00
parent ec443c3683
commit 05e4b6adaf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Render tag only if attribute v-if evaluates to a non false value.
##### Inclusions
Replace this tag with the rendered content of othertemplate.html:
<tag v-include="othertemplate.html">...</tag>
<tag v-include="othertemplate.html"></tag>
##### Slots
Use named slots to send content to included template: