live-woa-build

2019-04-19  本文已影响0人  泠泉

CSS中margin边界叠加问题及解决方案


doc

MDN web docs

html

Element


js

event


css

index
selector
Flexible Box Layout


常时间不写页面的话需要先复

1.完成整个页面的布局
2.抽取组件
3.最后再去考虑路由


/* eslint-disable no-unused-vars */
var VConsole = require('vconsole/dist/vconsole.min.js')
var vConsole = new VConsole()

#vue.config.js
var path = require('path')

function resolve(dir) {
  return path.join(__dirname, '.', dir)
}

module.exports = {
  chainWebpack: config => {
    config.resolve.alias
      .set('common', resolve('src/common'))
  }
}
上一篇下一篇

猜你喜欢

热点阅读