volkan
volkan
1 - `npm install vue-quill-editor` 2 - maint ts ; ``` import VueQuillEditor from 'vue-quill-editor' import 'quill/dist/quill.core.css' import 'quill/dist/quill.snow.css' import 'quill/dist/quill.bubble.css' Vue.use(VueQuillEditor); ``` 3 - this fine working without modules...
Yes list is computed value. because I use VUEX getters music list. list value only works once ``` computed: { list() { return this.$store.state.musicPlayer; }, song() { return this.$store.state.musicPlayer[0]; }...
VUEX getters mainmusiclist before value length 0 after length 7. Is the problem here? I never solved the problem.
The extensions in my music API are not mp3. That's why the progress bar may be working incorrectly. But it's interesting to playing music. I do not think it has...
Hi @SevenOutman this progress bar Working IE11 and Firefox but not working chrome/opera
This issue is related to the HTTP and Safari browser. Safari imports audio files that come as HTTP 206 Partial Content.
I see package-lock.json "version": "1.6.0",
I did not add project hls.js. sorry is my mistake completely. I tried $ npm install --save hls.js and dismiss warn problem.
``` ????:{ externals: 'hls.js' } ``` sorry learning new VUE
Ok thank for help .