预埋弹窗设置点

This commit is contained in:
aixianling
2024-01-24 16:34:57 +08:00
parent 7232b894f7
commit a42aa166d1
7 changed files with 85 additions and 30 deletions

View File

@@ -27,6 +27,14 @@ export default {
return config
}
},
methods: {
show() {
this.dialog = true
},
close() {
this.dialog = false
}
}
}
</script>