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