美文网首页
js中的常用代码段

js中的常用代码段

作者: 白雪公主960 | 来源:发表于2018-07-04 19:24 被阅读9次
    export default {
        name: 'operationRecord',
        data() {
          return {
            loading: true,
            min_height: document.body.clientHeight - 190,
          }
        },
        mounted() {
          this.loading = false;
        },
        methods: {
      
        },
        watch: {},
        filters: {
            
        },
        components: {},
      }
    

    相关文章

      网友评论

          本文标题:js中的常用代码段

          本文链接:https://www.haomeiwen.com/subject/bjsyuftx.html