Skip to content
Snippets Groups Projects
Commit 1d855cd9 authored by Simon Malesys's avatar Simon Malesys
Browse files

Use a v-if on AppDialog to decrease the amount of DOM nodes on page start

parent b09d62b2
No related branches found
No related tags found
No related merge requests found
Pipeline #150669 passed
......@@ -12,7 +12,10 @@
>
<i class="icon-close"></i>
</button>
<slot />
<section v-if="isVisible()">
<slot />
</section>
</dialog>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment