Odstranjen ostanek
parent
d07644853d
commit
1afd5ff56d
|
@ -60,7 +60,6 @@ onMounted(() => {
|
||||||
ref="obrazec"
|
ref="obrazec"
|
||||||
:revisionId="revisionId"
|
:revisionId="revisionId"
|
||||||
:pojem="pojem"
|
:pojem="pojem"
|
||||||
:urejanje="urejanje"
|
|
||||||
:onZapri="() => { urejanje = false; store.naloziPojme() }" />
|
:onZapri="() => { urejanje = false; store.naloziPojme() }" />
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -7,7 +7,6 @@ const store = usePojmiStore()
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
revisionId: String,
|
revisionId: String,
|
||||||
pojem: Object,
|
pojem: Object,
|
||||||
urejanje: Object,
|
|
||||||
onZapri: Function
|
onZapri: Function
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue