INNER CODE UNIT · JavaScript
state
VueTubeApp/VueTube · NUXT/store/player/index.js:1
export const state = () => ({
loop: null,
speed: 1,
speedAutosave: null,
preload: null,
preloadUpTo: 100,
// quality: null,
// qualityAutoSwitch: null,
// shortFullscreen: null,
// autoplay: null,
// shorts: null,
// music: null,
});
export const mutations = {
initPlayer(state) {
if (process.client) {
state.loop =
localStorage.getItem("loop") !== "undefined"