dev #160

Merged
sora merged 97 commits from dev into master 2025-03-02 01:09:30 +01:00
Showing only changes of commit 6f96bff5b5 - Show all commits

View File

@ -3,7 +3,7 @@ include module/head.pug
main#app(v-cloak)
include module/nav_pub.pug
div(
v-for="(item, idx) in journey_data.main",
v-for="(item, idx) in journey.data.main",
:class="idx % 2 === 0 ? 'bg-dark text-white' : ''"
)
include module/short_sec.pug