Odstranjen ostanek

pull/41/head
Jurij Podgoršek 2024-01-25 20:56:37 +01:00
parent c1d9fc1e49
commit f9df3883ab
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ onMounted(() => {
ref="obrazec"
:revisionId="revisionId"
:pojem="pojem"
:urejanje="urejanje"
:onZapri="() => { urejanje = false; store.naloziPojme() }" />
</section>
</template>

View File

@ -7,7 +7,6 @@ const store = usePojmiStore()
const props = defineProps({
revisionId: String,
pojem: Object,
urejanje: Object,
onZapri: Function
})