@asd20/ui 3.2.825 → 3.2.826
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
<div class="asd20-district-home-template">
|
|
3
3
|
<!-- Skip Nav -->
|
|
4
4
|
<div>
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
</client-only>
|
|
9
|
-
</div>
|
|
5
|
+
<client-only v-if="!isAuthenticated">
|
|
6
|
+
<asd20-skeleton preset="middlebar" />
|
|
7
|
+
</client-only>
|
|
10
8
|
<div v-else>
|
|
11
9
|
<!-- Skip Nav -->
|
|
12
10
|
<asd20-skip-to />
|
|
@@ -275,7 +273,6 @@ import Asd20TertiaryHeader from '../../../components/organisms/Asd20TertiaryHead
|
|
|
275
273
|
import Asd20LanguageTranslation from '../../molecules/Asd20LanguageTranslation'
|
|
276
274
|
import globalPropMixinFactory from '../../../mixins/globalPropMixinFactory.js'
|
|
277
275
|
|
|
278
|
-
|
|
279
276
|
export default {
|
|
280
277
|
name: 'Asd20DistrictHomeTemplate',
|
|
281
278
|
|