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 22
33All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44
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+
517## 2.2.1
618
719- remove name of package for composition api now that we're at vue 3
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2017 Sarah Drasner
3+ Copyright (c) 2022 Sarah Drasner
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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
169169| ` nfont ` | link to include fonts in a nuxt project, in nuxt-config |
170170| ` ncss ` | link to css assets such as normalize |
171171
172-
173172### Nuxt Page
174173
175174| Snippet | Purpose |
Original file line number Diff line number Diff line change 33 "displayName" : " Vue VSCode Snippets" ,
44 "description" : " Snippets that will supercharge your Vue workflow" ,
55 "icon" : " images/vue-logo.png" ,
6- "version" : " 2.2 .1" ,
6+ "version" : " 3.1 .1" ,
77 "publisher" : " sdras" ,
88 "engines" : {
99 "vscode" : " ^1.14.0"
You can’t perform that action at this time.
0 commit comments