新增文章作者
This commit is contained in:
parent
47dd9672af
commit
362235a483
@ -75,7 +75,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { getCategoryList } from '@/api/content/category';
|
import { getCategoryList } from '@/api/content/category';
|
||||||
import { articleAdd,articleUpdate,getArticleDetail } from '@/api/content/article';
|
import { articleAdd,articleUpdate,getArticleDetail } from '@/api/content/article';
|
||||||
import {computed, onMounted,ref,shallowRef,reactive } from "vue";
|
import {computed, onMounted,ref,shallowRef,reactive } from "vue";
|
||||||
import {FormInstance} from "element-plus";
|
import {FormInstance} from "element-plus";
|
||||||
|
Loading…
Reference in New Issue
Block a user