动态赋值

2020-09-11  本文已影响0人  Augenstern___
 <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;
    },
  }
上一篇下一篇

猜你喜欢

热点阅读