Git Product home page Git Product logo

blog's Introduction

blog

安装的包

mavon-editor -> markdown相关

ElementUI

UI组件库

less less-loader

v-charts

vue图表绘制组件,主要用在后台管理页面游客访问量的统计上 地址https://github.com/ElemeFE/v-charts

一些问题

  • axios发送delete请求时传值的问题

当axios发送delete请求时,传值的格式应该在data中 然后后端通过req.body进行接收即可 参考https://blog.csdn.net/qq383366204/article/details/80268007

axios.delete('/api', { data: { id: id } })
  • element-ui中input框的键盘事件失效

处理方法:通过在后面加上.native修饰符,监听组件根元素的事件 参考:https://blog.csdn.net/k152_8747/article/details/79580797

对ie10、11的兼容处理

  • 安装babel-polyfill
$ npm i -D babel-polyfill
  • 将webpack-dev-server版本降级到2.7.1
  • 在main.js中引入babel-polyfill
import 'babel-polyfill'
```ie

blog's People

Contributors

tohere avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.