vue 模板 template init default.vue

<template>
  <div>
    ${0}
  </div>
</template>

<script>
export default {
  name: '$TM_FILENAME_BASE',
  props: {},
  components: {},
  data () {
    return {
    }
  },
  watch: {},
  computed: {},
  methods: {},
  created () { },
  activated () { },
  mounted () { },
  beforeDestroy () { }
}
</script>

<style>
</style>
posted @ 2019-12-15 11:00  彭成刚  阅读(791)  评论(0编辑  收藏  举报