Features
Install
- Search
thanos-lang and install (Vscode extension store)
- Associate your '.vue' files with the
thanos-lang extension by adding this to your settings.json, like this:
"files.associations": {
"*.vue": "weex",
}
Base on
vetur https://github.com/vuejs/vetur
| |