码迷,mamicode.com
首页 > 其他好文 > 详细

idea vue文件模板

时间:2020-07-13 11:52:12      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:compute   template   mount   create   nts   color   return   pre   turn   

<template>
  <div>
  #[[$END$]]#
  </div>
</template>

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

<style scoped>
 
</style>

 

idea vue文件模板

标签:compute   template   mount   create   nts   color   return   pre   turn   

原文地址:https://www.cnblogs.com/cyh1282656849/p/13291909.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!