aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/grid
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-10-12 15:47:25 +0900
committerPitu <[email protected]>2019-10-12 15:47:25 +0900
commit391ee68e4a67aec640e25bc3506f9e31c77e58f5 (patch)
tree79a73f30997dfe7bc2b355eb3421e13b81d49dd2 /src/site/components/grid
parentchore: remove exif strip support. (diff)
downloadhost.fuwn.me-391ee68e4a67aec640e25bc3506f9e31c77e58f5.tar.xz
host.fuwn.me-391ee68e4a67aec640e25bc3506f9e31c77e58f5.zip
chore: Upgrade buefy to newest version
Diffstat (limited to 'src/site/components/grid')
-rw-r--r--src/site/components/grid/Grid.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue
index 07e5440..5f98b9d 100644
--- a/src/site/components/grid/Grid.vue
+++ b/src/site/components/grid/Grid.vue
@@ -191,7 +191,7 @@ export default {
console.log('> Search result data', data);
},
deleteFile(file, index) {
- this.$dialog.confirm({
+ this.$buefy.dialog.confirm({
title: 'Deleting file',
message: 'Are you sure you want to <b>delete</b> this file?',
confirmText: 'Delete File',
@@ -204,7 +204,7 @@ export default {
this.$nextTick(() => {
this.showWaterfall = true;
});
- return this.$toast.open(response.message);
+ return this.buefy.$toast.open(response.message);
}
});
}