标签: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>
标签:compute template mount create nts color return pre turn
原文地址:https://www.cnblogs.com/cyh1282656849/p/13291909.html