Hbuilder编辑器快速⽣成vue代码块
{
"Print to console":{
"prefix":"vue",
"body":[
"<template>",
"  <view class=\"$1\">",
"    ",
"  </view>",
"</template>",
"",
"<script>",
"/**",
"* author        全易",
"* time          $DATE_TIME",
"* description  $3",
"*/",
"",
"",
"export default {",
"  name: '$2',",
"  data () {",
"    return {",
"      ",
"    }",
"  }",
"}",
"</script>",
"",
"<style lang=\"less\" scoped>",
"",
"</style>",
""
],
"description":"Log output to console" }
}
hbuilder圣诞树代码
使⽤⼀下vue快捷键看看:

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。