mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00:00
13 lines
No EOL
325 B
JavaScript
13 lines
No EOL
325 B
JavaScript
import Vue from 'vue'
|
|
import { AbsAudioPlayer } from './AbsAudioPlayer'
|
|
import { AbsDownloader } from './AbsDownloader'
|
|
import { AbsFileSystem } from './AbsFileSystem'
|
|
import { Capacitor } from '@capacitor/core'
|
|
|
|
Vue.prototype.$platform = Capacitor.getPlatform()
|
|
|
|
export {
|
|
AbsAudioPlayer,
|
|
AbsDownloader,
|
|
AbsFileSystem
|
|
} |