fix: apply ESLint rule vue/next-tick-style
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = {
|
||||
'import/no-unresolved': 'off',
|
||||
'vue/html-indent': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/next-tick-style': ['error', 'callback'],
|
||||
'vue/component-tags-order': [
|
||||
'error',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user