wrap Transition around various views
This commit is contained in:
parent
10cada1f51
commit
936c61f0ba
5 changed files with 70 additions and 64 deletions
|
@ -166,6 +166,7 @@ onMounted(async () => {
|
|||
|
||||
<template lang="pug">
|
||||
.template.gallery-list
|
||||
Transition
|
||||
.navigation(
|
||||
v-if='ready'
|
||||
)
|
||||
|
|
|
@ -63,6 +63,7 @@ onMounted(async () => {
|
|||
|
||||
<template lang="pug">
|
||||
.template.gallery-view
|
||||
Transition
|
||||
.view-wrapper(
|
||||
v-if='ready'
|
||||
)
|
||||
|
|
|
@ -26,6 +26,7 @@ onMounted(async () => {
|
|||
|
||||
<template lang="pug">
|
||||
.template.markdown
|
||||
Transition
|
||||
EmbedableContent(
|
||||
v-if='content'
|
||||
:content='content'
|
||||
|
|
|
@ -64,6 +64,7 @@ onMounted(async () => {
|
|||
|
||||
<template lang="pug">
|
||||
.template.project-list
|
||||
Transition
|
||||
.projects(
|
||||
v-if='ready'
|
||||
)
|
||||
|
@ -78,6 +79,7 @@ onMounted(async () => {
|
|||
:viewPath='projectViewPath'
|
||||
:isInternal='true'
|
||||
)
|
||||
Transition
|
||||
FilterPanel(
|
||||
v-if='ready && !!config.tags'
|
||||
:tags='config.tags'
|
||||
|
|
|
@ -45,6 +45,7 @@ onMounted(async () => {
|
|||
|
||||
<template lang="pug">
|
||||
.template.project-view
|
||||
Transition
|
||||
article(
|
||||
v-if='ready'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue