摘要: sticky 布局 (已经成熟) .content{ min-height: 100vh; padding-bottom: 100px; } .footer{ height: 100px; position: sticky; bottom: 0; } 1.父元素及祖先元素不能overflow:hid 阅读全文
posted @ 2021-12-18 15:36 全玉 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 映射 ...mapGetters("模块名",['字段名']) ...mapState("模块名",['字段名']) 直接操作 this.$store.getters["模块名/字段名"] this.$store.commit["模块名/方法名"] 映射别名 ...mapState('some/xx 阅读全文
posted @ 2021-12-18 11:08 全玉 阅读(292) 评论(0) 推荐(0) 编辑