remove Article classId and ABOUT type
This commit is contained in:
@ -32,6 +32,7 @@ const articleTime = computed(() => {
|
||||
return "编辑于 " + Time.toPassedDateTime(article.value.updatedAt);
|
||||
}
|
||||
}
|
||||
return "";
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user