2023-03-08 23:13:33 +01:00
|
|
|
<script setup="setup">
|
|
|
|
const store = useStraniStore()
|
2023-05-03 21:31:01 +02:00
|
|
|
const stran = computed(() => store.strani['YuFu'])
|
2024-01-06 17:53:50 +01:00
|
|
|
useHead({meta: [{title: "jugofuturizem"}]})
|
2023-03-08 23:13:33 +01:00
|
|
|
|
|
|
|
await store.naloziStrani()
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<section class="stran" v-html="stran.tekst" />
|
|
|
|
</template>
|