This commit is contained in:
@@ -2,6 +2,9 @@ doctype html
|
||||
include module/head.pug
|
||||
main#app(v-cloak)
|
||||
include module/nav_pub.pug
|
||||
div(v-for='(item,idx) in journey_data.main' :class="idx%2===0 ? 'bg-dark text-white' : ''")
|
||||
div(
|
||||
v-for="(item, idx) in journey_data.main",
|
||||
:class="idx % 2 === 0 ? 'bg-dark text-white' : ''"
|
||||
)
|
||||
include module/short_sec.pug
|
||||
include module/foot.pug
|
||||
|
Reference in New Issue
Block a user