diff --git a/.eslintrc.js b/.eslintrc.js
index e451e0da7..5e6b7be07 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -51,6 +51,7 @@ module.exports = {
},
],
'vue/define-props-declaration': ['error', 'runtime'],
+ 'vue/match-component-import-name': ['error'],
'vue/max-attributes-per-line': [
'error',
{
diff --git a/app/javascript/superadmin_pages/views/playground/Index.vue b/app/javascript/superadmin_pages/views/playground/Index.vue
index 15d325ced..496adac2e 100644
--- a/app/javascript/superadmin_pages/views/playground/Index.vue
+++ b/app/javascript/superadmin_pages/views/playground/Index.vue
@@ -1,14 +1,14 @@
-