We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c890aa commit 68775d4Copy full SHA for 68775d4
src/views/UIConfig.vue
@@ -224,12 +224,8 @@
224
225
this.$success(this.$t('settings-saved'));
226
227
- // It's currently not possible to change tooltip-options in runtime
228
- // Open issue: https://github.com/Akryum/v-tooltip/pull/773
229
- //
230
- // this.$VTooltip.options.defaultDelay = {
231
- // show: this.model.tooltipDelay,
232
- // };
+ // The vue2 version of v-tooltip does not support changing tooltip-options in runtime
+ // Ref issue: https://github.com/Akryum/v-tooltip/pull/773
233
//
234
// So we have to do it the ugly way:
235
await delay(1000);
0 commit comments