promoted statics on header menu #2194, crédits paysage sonor (récit) #2148

This commit is contained in:
2023-07-06 11:08:07 +02:00
parent 689d00d3de
commit 5c41bfc04a
6 changed files with 33 additions and 20 deletions

View File

@@ -29,10 +29,13 @@ export default {
</script>
<template>
<section class="static">
<span v-if="!loaded">loading ...</span>
<!-- <h2 v-if="loaded">{{ this.id }}</h2> -->
<h2 v-if="loaded">{{ statics_byid[id].title }}</h2>
<div v-if="loaded" v-html="statics_byid[id].texte"/>
</section>
</template>
<style lang="scss" scoped>