11

<footer class="footer">
<div class="footer-content">
<el-input type="textarea" v-model="commenttext" placeholder="评论"></el-input>
 
<el-button @click="postComment()" size="small" round>提交</el-button>
<el-button @click="postComment()" size="small" round>取消</el-button>
 
</div>
</footer>
 
 

.footer-content{
padding: 5px;
}
.footer{
height: auto;
80%;
background-color: #ddd;
position: fixed;
bottom: 0;
}
 
 
1、到公司巩固一下vue的store 还有那个route组合的
jsonview过滤
2、https://blog.csdn.net/yang920106/article/details/78603077
 
3、怎么跨组件点击评论有反应???
https://www.jb51.net/article/132417.htm
 
 
https://www.cnblogs.com/ang-/p/7082291.html
 
 
https://www.cnblogs.com/zhaozihan/p/5953063.html
 
原文地址:https://www.cnblogs.com/cnchengv/p/10003536.html