Commit 7e24b0e2 by yanju

init

parent 6ba060f0
...@@ -26,6 +26,8 @@ export default { ...@@ -26,6 +26,8 @@ export default {
}, },
methods:{ methods:{
showAlert(){ showAlert(){
// $alert 使用方法
this.$alert('确认清空消息列表?', '', { this.$alert('确认清空消息列表?', '', {
confirmButtonText: '确定', confirmButtonText: '确定',
// callback: action => { // callback: action => {
...@@ -42,6 +44,7 @@ export default { ...@@ -42,6 +44,7 @@ export default {
mounted(){ mounted(){
// message 使用方法
// this.$message({ // this.$message({
// message:'hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello', // message:'hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment