Skip to content

Commit

Permalink
add new snippet for vue (#404)
Browse files Browse the repository at this point in the history
* remove snippet vue 2 is dead

* feat: add new snippet vue

* fix: typo description reactive

* chore: change name file vue readable

* feat: add style.json, fix, refactoring snippet vue

* fix: choice vue style
  • Loading branch information
bobbyrahmanda13 authored Feb 17, 2024
1 parent 00ac993 commit dbd45e9
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 200 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,20 +295,24 @@
},
{
"language": "vue",
"path": "./snippets/frameworks/vue/nuxt_html.json"
"path": "./snippets/frameworks/vue/nuxt-html.json"
},
{
"language": "vue",
"path": "./snippets/frameworks/vue/nuxt_js_ts.json"
"path": "./snippets/frameworks/vue/nuxt-script.json"
},
{
"language": "vue",
"path": "./snippets/frameworks/vue/javascript.json"
"path": "./snippets/frameworks/vue/script.json"
},
{
"language": "vue",
"path": "./snippets/frameworks/vue/vue.json"
},
{
"language": "vue",
"path": "./snippets/frameworks/vue/style.json"
},
{
"language": "angular",
"path": "./snippets/frameworks/angular/html.json"
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit dbd45e9

Please sign in to comment.