实现前后端交互一定要记得安装axios
如果写入element ui组件没有样式
就需要在main.js中写入
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
在项目的目录下面输入
cnpm i element-ui -S
实现前后端交互一定要记得安装axios
如果写入element ui组件没有样式
就需要在main.js中写入
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
在项目的目录下面输入
cnpm i element-ui -S
>