mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
fix web js (#2444)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</el-row>
|
||||
</header>
|
||||
<section>
|
||||
<el-row :gutter="20">
|
||||
<el-row>
|
||||
<el-col id="side-nav" :xs="24" :md="4">
|
||||
<el-menu default-active="1" mode="vertical" theme="light" router="false" @select="handleSelect">
|
||||
<el-menu-item index="/">Overview</el-menu-item>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
status: null
|
||||
status: new Array(),
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
Reference in New Issue
Block a user