国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - When using mint-ui under Google Chrome, an error will be reported! Firefox and 360 Browser will not
巴扎黑
巴扎黑 2017-05-19 10:31:36
0
2
760

Error code
Uncaught TypeError: Object.assign is not a function

The execution code is as follows:
npm install -g vue-cli
vue init webpack projectname
npm install --save mint-ui

main.js:
import MintUI from 'mint-ui'
import 'mint-ui/lib/style.css'

Vue.use(MintUI)

巴扎黑
巴扎黑

reply all(2)
洪濤

What version of chrome? Try it on the consoleObject.assign函數(shù)存在不,不存在的話估計得用polyfill

Ty80

The Google version is too low and does not support Object.assign. Please update

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template