美文网首页
动态赋值

动态赋值

作者: Augenstern___ | 来源:发表于2020-09-11 18:05 被阅读0次
     <el-aside width="210px" class="left" :style="{height: height}">
    

    main:

     computed: {
        height() {
          return `${document.documentElement.clientHeight - 120}px`;
        },
        userData() {
          return this.$store.state.config;
        },
        MenuStatus() {
          return this.$store.state.MenuStatus;
        },
      }

    相关文章

      网友评论

          本文标题:动态赋值

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