js中的常用代码段

2018-07-04  本文已影响9人  白雪公主960
export default {
    name: 'operationRecord',
    data() {
      return {
        loading: true,
        min_height: document.body.clientHeight - 190,
      }
    },
    mounted() {
      this.loading = false;
    },
    methods: {
  
    },
    watch: {},
    filters: {
        
    },
    components: {},
  }
上一篇下一篇

猜你喜欢

热点阅读