稿件详情对话框添加交互
创建html流程优化
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user