This repository was archived by the owner on May 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
4
4
5
+ ## 3.1.1
6
+
7
+ - Update README
8
+
9
+ ## 3.1.0
10
+
11
+ - Remove any extension dependencies
12
+
13
+ ## 3.0.0
14
+
15
+ - Vetur -> Volar, extension dependencies
16
+
5
17
## 2.2.1
6
18
7
19
- remove name of package for composition api now that we're at vue 3
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017 Sarah Drasner
3
+ Copyright (c) 2022 Sarah Drasner
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
169
169
| ` nfont ` | link to include fonts in a nuxt project, in nuxt-config |
170
170
| ` ncss ` | link to css assets such as normalize |
171
171
172
-
173
172
### Nuxt Page
174
173
175
174
| Snippet | Purpose |
Original file line number Diff line number Diff line change 3
3
"displayName" : " Vue VSCode Snippets" ,
4
4
"description" : " Snippets that will supercharge your Vue workflow" ,
5
5
"icon" : " images/vue-logo.png" ,
6
- "version" : " 2.2 .1" ,
6
+ "version" : " 3.1 .1" ,
7
7
"publisher" : " sdras" ,
8
8
"engines" : {
9
9
"vscode" : " ^1.14.0"
You can’t perform that action at this time.
0 commit comments