稿件详情对话框添加交互

创建html流程优化
This commit is contained in:
@fawn-nine
2023-07-17 14:27:23 +08:00
parent b72360a171
commit a8885bf2ee
4 changed files with 59 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
<!--对话模块-->
<template>
<div class="kuang_communtion">
<div class="kuang_communtion" v-loading="loading">
<h2>
Communication
</h2>
@@ -60,6 +60,7 @@
data() {
return {
username: localStorage.getItem('U_name'),
loading:false
}
},
computed: {},