{
  "wepy-page": {
    "prefix": "wepy",
    "body": [
      "<template>",
      "\t<view></view>",
      "</template>\n",
      "<script>",
      "import wepy from 'wepy'\n",
      "export default class ${1:${TM_FILENAME_BASE/([a-zA-Z])(.*)/${1:/upcase}$2/g}} extends wepy.${2|page,component,app|} {",
      "\t$3",
      "}",
      "</script>\n",
      "<style lang='scss'>\n",
      "</style>\n"
    ]
  },
  "Single Element": {
    "prefix": "singletag",
    "body": [
      "<$1 />\n"
    ]
  },
  "wepy-config": {
    "prefix": "configwepy",
    "body": [
      "config = {",
      "\tnavigationBarTitleText: '$1'",
      "}",
    ]
  }
}

相关文章:

  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-11-20
  • 2021-04-21
猜你喜欢
  • 2021-12-25
  • 2021-06-14
  • 2021-05-20
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案