0👍
Try adding this to your user settings.json or your workspace’s .vscode/settings.json
file:
"[css]": {
"editor.indentSize": 3,
"editor.detectIndentation": false
}
- [Vuejs]-Vue router – path #ID scrollBehavior
- [Vuejs]-Cannot remove items from cart in vue 3 with pinia
Source:stackexchange.com