promp
This commit is contained in:
@@ -206,6 +206,23 @@ export default {
|
||||
],
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.$buefy.dialog.alert({
|
||||
// title: 'Title Alert',
|
||||
message: `<p>
|
||||
Puedes encontrar las grabaciones de los talleres en el
|
||||
<b>
|
||||
<a
|
||||
href="https://www.youtube.com/channel/UCo0zN6cHs7EVLLyOltqaQdA"
|
||||
target="_blank"
|
||||
>
|
||||
canal oficial de CIDWA.
|
||||
</a>
|
||||
</b>
|
||||
</p>`,
|
||||
confirmText: 'Entendido',
|
||||
})
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user