{
"wpy": {
"prefix": "wpy",
"body": [
"<style lang=\"less\">",
"</style>",
"<template>",
" <div class=\"$1\">",
" </div>",
"</template>",
"<script>",
" import wepy from '@wepy/core'",
" wepy.page({",
" data: {",
" },",
" computed: { ",// 计算属性
" },",
" methods: {", // 编写函数的地方
" },",
" created () {",
" }",
" });",
"</script>",
"<config>",
" {",
" navigationBarTitleText: 'index',",
" usingComponents: {}",
" }",
"</config>"
],
"description": "Log output to console"
}
}