bo-http-handler-p
v1.0.0
Published
規範 axios http request 的設定,以及 http response 回應的狀態代碼及顯示文字
Downloads
4
Readme
【 Step 1.安裝 bo-components-p 】
- 安裝
bo-http-handler-p
套件:npm i bo-http-handler-p
【 Step 2.套件引用 】
在
main.js
檔案中,全域引用bo-http-handler-p
套件:import BOHttpHandler from 'bo-http-handler-p' app.use(BOHttpHandler)
【 Step 3.樣式引用 】
需在
main.js
中,全域引用[email protected]
的 css 樣式,若檔案中沒有element-plus
套件則需安裝:npm i [email protected] import '../node_modules/element-plus/dist/index.css'
需在
main.js
中 全域引用bo-http-handler-p
的 style.css 樣式,且層級需蓋過element-plus
的 css 樣式:import '../node_modules/bo-http-handler-p/dist/style.css'
【 Step 4.使用方法 】
.vue 檔案中使用方法如下:
this.$BOHttpHandler.get('url') this.$BOHttpHandler.post('url') this.$BOHttpHandler.put('url') this.$BOHttpHandler.delete('url')