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