fix: apply ESLint rule vue/define-props-declaration

This commit is contained in:
iamsivin
2024-07-26 00:01:25 +05:30
parent a3229cee99
commit c84c4492f0
+1
View File
@@ -50,6 +50,7 @@ module.exports = {
defineExposeLast: false,
},
],
'vue/define-props-declaration': ['error', 'runtime'],
'vue/max-attributes-per-line': [
'error',
{