代码模板:
<!--
*@${COMPONENT_NAME}
*@author niemengshi
*@date ${DATE} ${TIME}
-->
<template>
#[[$END$]]#
</template>
<script>
export default {
name: "${COMPONENT_NAME}",
props: {
},
components: {},
mounted: {},
data() {
return {
}
},
methods: {
},
}
</script>
<style scoped>
</style>