{
  "Print unibest Vue3 SFC": {
    "scope": "vue",
    "prefix": "v3",
    "body": [
      "",
      "{",
      "  layout: 'default',",
      "  style: {",
      "    navigationBarTitleText: '',",
      "    navigationStyle: 'custom',",
      "    disableScroll: true, // 微信禁止页面滚动",
      "    'app-plus': {",
      "      bounce: 'none', // 禁用 iOS 弹性效果",
      "    },",
      "  },",
      "}",
      "\n",
      "",
      "  ",
      "\n",
      "\n",
      "\n",
    ],
  },
  "Print unibest style": {
    "scope": "vue",
    "prefix": "st",
    "body": ["\n"],
  },
  "Print unibest script": {
    "scope": "vue",
    "prefix": "sc",
    "body": ["\n"],
  },
  "Print unibest template": {
    "scope": "vue",
    "prefix": "te",
    "body": ["", "  $1", "\n"],
  },
}