<!--
*@${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>

 

Logo

前往低代码交流专区

更多推荐