feat: 完善文章编辑功能

This commit is contained in:
橙子
2023-03-12 01:50:11 +08:00
parent 3de32945f2
commit 27962cd25f
13 changed files with 933 additions and 99 deletions

View File

@@ -15,6 +15,7 @@
</div>
</div>
<el-button v-if="props.showWatching" type="primary" size="default" icon="Plus">关注</el-button>
</div>
@@ -23,7 +24,7 @@
import { onMounted } from 'vue';
const props = defineProps(['size', 'src','showWatching','time'])
const props = defineProps(['size', 'src','showWatching','time','id'])
</script>
<style scoped>