mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-29 07:53:27 -04:00
[pl][nouns][bug] fix layout for custom nouns pages
This commit is contained in:
parent
1794c2c0ba
commit
17236cceac
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<Page>
|
||||||
<NounsNav/>
|
<NounsNav/>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
@ -171,7 +171,7 @@
|
|||||||
<section v-if="sources && Object.keys(sources).length">
|
<section v-if="sources && Object.keys(sources).length">
|
||||||
<Literature :sources="sources"/>
|
<Literature :sources="sources"/>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</Page>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<Page>
|
||||||
<NounsNav/>
|
<NounsNav/>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
@ -171,7 +171,7 @@
|
|||||||
<section v-if="sources && Object.keys(sources).length">
|
<section v-if="sources && Object.keys(sources).length">
|
||||||
<Literature :sources="sources"/>
|
<Literature :sources="sources"/>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</Page>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<Page>
|
||||||
<NounsNav/>
|
<NounsNav/>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<Separator icon="atom-alt"/>
|
<Separator icon="atom-alt"/>
|
||||||
|
|
||||||
<Dictionary load ref="dictionary"/>
|
<Dictionary load ref="dictionary"/>
|
||||||
</div>
|
</Page>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<Page>
|
||||||
<NounsNav/>
|
<NounsNav/>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<section v-if="sources && Object.keys(sources).length">
|
<section v-if="sources && Object.keys(sources).length">
|
||||||
<Literature :sources="sources"/>
|
<Literature :sources="sources"/>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</Page>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user