自动引入Material Design之后,安卓有了三种按钮:浮动操作按钮 凸起按钮(Raised buttons) 扁平按钮 根据说明文档,凸起按钮的定义是:A typically rectangular material button that lifts and displays ink reactions on press. 但是为什么要抬起呢?难道你的手指是磁铁吗?当你按下一个真实的按
效果图 在main.js中进行引用 import highcharts from 'highcharts'import VueHighCharts from 'vue-highcharts'import highcharts3d from 'highcharts/highcharts-3d'// 引入3d组件highcharts3d(highcharts) 我是写在组件里面的,所以用