Hide elements of Module while loading

This commit is contained in:
Ramon Wenger 2022-01-19 11:29:58 +01:00
parent 2b82c78cc2
commit 3ff03e9835
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<template>
<div class="module">
<div
class="module"
v-if="module.id">
<h2
class="module__meta-title"
id="meta-title">{{ module.metaTitle }}</h2>