We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d51a0f commit d8167faCopy full SHA for d8167fa
snippets/vue-script.json
@@ -100,7 +100,7 @@
100
},
101
"Vue Import File": {
102
"prefix": "vimport",
103
- "body": ["import ${1:New} from './components/${1:New}.vue';"],
+ "body": ["import ${1:New} from '@/components/${1:New}.vue';"],
104
"description": "Import one component into another"
105
106
"Vue Import into the Component": {
@@ -111,7 +111,7 @@
111
"Vue Import Export": {
112
"prefix": "vimport-export",
113
"body": [
114
- "import ${1:Name} from './components/${1:Name}.vue'",
+ "import ${1:Name} from '@/components/${1:Name}.vue'",
115
"",
116
"export default {",
117
"\tcomponents: {",
0 commit comments