summaryrefslogtreecommitdiffstats
path: root/src/mixins/vueAtReparenter.js
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 16:03:51 +0100
committerJoas Schilling <coding@schilljs.com>2021-06-17 16:48:26 +0200
commit2f2b6b9679efd3c7f262499a31f9058b2a7f03c5 (patch)
treec8b5097ab8031d2c36aec3a844c5234209364c13 /src/mixins/vueAtReparenter.js
parent29b2dd55ac8d7d593d0a1fb0b4bf09e01137ee42 (diff)
Lint fix
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/mixins/vueAtReparenter.js')
-rw-r--r--src/mixins/vueAtReparenter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/vueAtReparenter.js b/src/mixins/vueAtReparenter.js
index e64bb2868..89e2b0bf6 100644
--- a/src/mixins/vueAtReparenter.js
+++ b/src/mixins/vueAtReparenter.js
@@ -36,7 +36,7 @@ import Vue from 'vue'
*/
export default {
- data: function() {
+ data() {
return {
/**
* The selector for the HTML element to reparent the vue-at panel to.