<script setup="setup">
const store = useStraniStore()
const stran = computed(() => store.strani['YuFu'])
await store.naloziStrani()
</script>
<template>
<section class="stran" v-html="stran.tekst" />
</template>