Webstorm VUE文件模板

QQ截图20210411153050.png
QQ截图20210411153050.png


<template>
  <div>
    This is '${COMPONENT_NAME}' Page!#[[$END$]]#
  </div>
</template>

<script>
export default {
  name: '${COMPONENT_NAME}',
  data() {
    return {
      message: ''
    }
  },
  mounted() {
  
  },
  methods: {
  
  
  }
}
</script>

<style lang="scss" scoped>

</style>



添加新评论

评论列表