12 lines
136 B
Vue
12 lines
136 B
Vue
<template>
|
|
<h1>RelationEdit</h1>
|
|
|
|
<TiptapEditor></TiptapEditor>
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|
|
|
|
<style></style>
|