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