mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-23 15:51:26 +00:00
Add existing code
This commit is contained in:
13
src/index.js
Normal file
13
src/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import AudioRecorder from './audio-recorder.vue'
|
||||
|
||||
export default {
|
||||
install: function (Vue) {
|
||||
if (this.installed) {
|
||||
return
|
||||
}
|
||||
|
||||
this.installed = true
|
||||
|
||||
Vue.component('audio-recorder', AudioRecorder)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user