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

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

<style scoped>
 
</style>

 

相关文章:

  • 2022-12-23
  • 2021-04-15
  • 2021-10-15
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-10-12
相关资源
相似解决方案