Update buefy modal

This commit is contained in:
alkl58
2024-11-06 16:41:38 +01:00
committed by Milos Stojanovic
parent d9273d569a
commit d1aa55f41f
4 changed files with 10 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ export default {
this.$router.push('/login').catch(() => {})
},
profile() {
this.$modal.open({
this.$buefy.modal.open({
parent: this,
hasModalCard: true,
component: Profile,