BUG 25982
This commit is contained in:
@@ -16,10 +16,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import AiEditor from "../../components/AiEditor";
|
|
||||||
export default {
|
export default {
|
||||||
name: "contentAdd",
|
name: "contentAdd",
|
||||||
components: {AiEditor},
|
|
||||||
computed: {
|
computed: {
|
||||||
isEdit() {
|
isEdit() {
|
||||||
return !!this.$route.query?.id
|
return !!this.$route.query?.id
|
||||||
|
|||||||
Reference in New Issue
Block a user