aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/ContactsMenu.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/ContactsMenu.js')
-rw-r--r--core/src/components/ContactsMenu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/components/ContactsMenu.js b/core/src/components/ContactsMenu.js
index 5dd395da34c..e07a699ab9f 100644
--- a/core/src/components/ContactsMenu.js
+++ b/core/src/components/ContactsMenu.js
@@ -15,6 +15,7 @@ export const setUp = () => {
if (mountPoint) {
// eslint-disable-next-line no-new
new Vue({
+ name: 'ContactsMenuRoot',
el: mountPoint,
render: h => h(ContactsMenu),
})