aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-02-28 16:39:47 +0000
committerShpuld Shpludson <shp@cock.li>2020-02-28 16:39:47 +0000
commit31225f5d142b51d52bed305f25a37288c9188062 (patch)
treeec26cdbf70913cd5176a3345862d5af225991563 /src/components/extra_buttons/extra_buttons.js
parentd19c64314ff08391a2649681e6b64d052e600059 (diff)
Fix/popover performance
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.js')
-rw-r--r--src/components/extra_buttons/extra_buttons.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js
index 5ac73e97..37485383 100644
--- a/src/components/extra_buttons/extra_buttons.js
+++ b/src/components/extra_buttons/extra_buttons.js
@@ -1,5 +1,8 @@
+import Popover from '../popover/popover.vue'
+
const ExtraButtons = {
props: [ 'status' ],
+ components: { Popover },
methods: {
deleteStatus () {
const confirmed = window.confirm(this.$t('status.delete_confirm'))