Initial commit
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"i18n-ally.localesPaths": [
|
||||
"src/locales"
|
||||
]
|
||||
}
|
||||
19
.vscode/vue.code-snippets
vendored
Normal file
19
.vscode/vue.code-snippets
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Init vue components": {
|
||||
"scope": "vue",
|
||||
"prefix": "vue",
|
||||
"body": [
|
||||
"<template lang=\"pug\">",
|
||||
"$0",
|
||||
"</template>",
|
||||
"",
|
||||
"<script setup lang=\"ts\">",
|
||||
"import {} from 'vue'",
|
||||
"",
|
||||
"</script>",
|
||||
"",
|
||||
"<style scoped lang=\"sass\"></style>"
|
||||
],
|
||||
"description": "Init vue components"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user