mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-23 15:51:26 +00:00
Add custom header & minor refactoring
This commit is contained in:
@@ -2,8 +2,12 @@ import Vue from 'vue'
|
||||
import axios from 'axios'
|
||||
import app from './app'
|
||||
|
||||
import AudioRecorder from '@/index'
|
||||
|
||||
Vue.prototype.$http = axios
|
||||
|
||||
Vue.use(AudioRecorder)
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render: h => h(app)
|
||||
|
||||
Reference in New Issue
Block a user