File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to the "nuxt-vscode-snippets" extension will be documented i
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## 2.4.1
8
+
9
+ ### Fixes
10
+
11
+ - Fix component snippets not working inside ` <template></template> `
12
+
7
13
## 2.4.0
8
14
9
15
### Added
Original file line number Diff line number Diff line change 3
3
"displayName" : " Nuxt VS Code Snippets" ,
4
4
"description" : " Supercharge your Nuxt development with powerful snippets" ,
5
5
"icon" : " images/nuxt-logo.png" ,
6
- "version" : " 2.4.0 " ,
6
+ "version" : " 2.4.1 " ,
7
7
"publisher" : " zhaolinlau" ,
8
8
"license" : " MIT" ,
9
9
"author" : {
61
61
"path" : " ./snippets/vue/vue.code-snippets"
62
62
},
63
63
{
64
- "language" : " vue " ,
64
+ "language" : " html " ,
65
65
"path" : " ./snippets/vue/vue-template.code-snippets"
66
66
},
67
67
{
68
- "language" : " vue" ,
69
- "path" : " ./snippets/vue/vue-script .code-snippets"
68
+ "language" : " vue-html " ,
69
+ "path" : " ./snippets/vue/vue-template .code-snippets"
70
70
},
71
71
{
72
72
"language" : " javascript" ,
93
93
"path" : " ./snippets/pinia/pinia.code-snippets"
94
94
},
95
95
{
96
- "language" : " vue " ,
96
+ "language" : " html " ,
97
97
"path" : " ./snippets/nuxt/nuxt-template.code-snippets"
98
98
},
99
99
{
100
- "language" : " vue" ,
101
- "path" : " ./snippets/nuxt/nuxt-script .code-snippets"
100
+ "language" : " vue-html " ,
101
+ "path" : " ./snippets/nuxt/nuxt-template .code-snippets"
102
102
},
103
103
{
104
104
"language" : " javascript" ,
You can’t perform that action at this time.
0 commit comments