refactor: add onclick on search icon,prettier

This commit is contained in:
oat 2023-12-04 11:11:06 +07:00
parent 2bf5fe09b3
commit 41cf5c2b2b
2 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
"singleQuote": true,
"trailingComma": "all"
}