00
This commit is contained in:
@@ -2,18 +2,10 @@
|
||||
<div class="Introduction">
|
||||
<el-row>
|
||||
<el-col>
|
||||
<div class="tab">
|
||||
<router-link to="/">首页</router-link>
|
||||
<span> > </span>
|
||||
<router-link to="">学院概况</router-link>
|
||||
<span> > </span>
|
||||
<span style="color: #1956BC;font-size: 1.4rem">学院简介</span>
|
||||
</div>
|
||||
<div class="context">
|
||||
<div class="title">{{value.title}}</div>
|
||||
<div class="text" v-html="value.content"></div>
|
||||
</div>
|
||||
<!-- {{value}}-->
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@@ -24,9 +16,15 @@ export default {
|
||||
name: "Introduction",
|
||||
props: {
|
||||
value: {
|
||||
type: String,
|
||||
default: "",
|
||||
type: Object,
|
||||
default: {
|
||||
title:"12",
|
||||
content:"12"
|
||||
},
|
||||
},
|
||||
},
|
||||
data(){
|
||||
return{}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user