{
"store新建页面": {
"scope": "typescript",
"prefix": "store",
"body": [
"import { defineStore } from 'pinia'",
"import { piniaStore } from '@store'",
"",
"export const use$1Store = defineStore(",
" '${1/(.*)/${1:/camelcase}/}',",
" {",
" state: () => ({}),",
" getters: {},",
" actions: {}",
" }",
")",
"",
"export function use$1OutsideStore() {",
" return use$1Store(piniaStore)",
"}"
],
"description": "store page"
},
"vue新建页面": {
"scope": "vue",
"prefix": "page",
"body": [
"",
" ",
" $3",
"
",
"",
"",
"",
"",
""
],
"description": "vue page"
}
}