Update MultiSelectDoc.vue

Added a missing `/` to close the `<template>`-tag.
pull/590/head
Christoph Wagner 2020-10-22 07:50:54 +00:00 committed by GitHub
parent 4044be48cb
commit cc179c84e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ data() {
&lt;/div&gt;
&lt;template v-if="!slotProps.value || slotProps.value.length === 0"&gt;
Select Brands
&lt;template&gt;
&lt;/template&gt;
&lt;/template&gt;
&lt;template #option="slotProps"&gt;
&lt;div class="p-multiselect-car-option"&gt;