Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: 修复 typo
  • Loading branch information
giiska authored Oct 11, 2022
commit ae87d6a1850d1717450137cfaaffd36e9d238f6c
4 changes: 2 additions & 2 deletions snippets/vue.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"",
"</style>"
],
"description": "Base for Vue File with PostCSS"
"description": "Base for Vue File with SASS"
},
"Vue Single File Component with LESS": {
"prefix": "vbase-less",
Expand All @@ -60,7 +60,7 @@
"",
"</style>"
],
"description": "Base for Vue File with PostCSS"
"description": "Base for Vue File with LESS"
},
"Vue Single File Component with postcss": {
"prefix": "vbase-pcss",
Expand Down