vuez init webStorm vscode

 

<!--
* @description text
!-->
<template>
  <div>#[[$END$]]#</div>
</template>

<script>
export default {
  name: '${COMPONENT_NAME}',
  components: {},
  props: {},
  data () {
    return {
    }
  },
  watch: {},
  computed: {},
  methods: {},
  created () {},
  mounted () {}
}
</script>
<style lang="less" scoped>
</style>

 

posted @ 2019-04-22 10:38  彭成刚  阅读(131)  评论(0编辑  收藏  举报