conflict-nuxt-4/app/components/lazy-load/data-entry/RelationEdit.vue
2026-02-12 11:24:27 +03:30

12 lines
136 B
Vue

<template>
<h1>RelationEdit</h1>
<TiptapEditor></TiptapEditor>
</template>
<script>
export default {};
</script>
<style></style>