VueTube/NUXT/store
Georgiy 90931d7286 refactor(channelRequest): Added new type of channel url - /@examplechannel. 2023-05-26 18:45:54 +03:00
..
channel refactor(channelRequest): Added new type of channel url - /@examplechannel. 2023-05-26 18:45:54 +03:00
history feat: added local history (#609) 2023-03-30 14:09:11 +13:00
player fix: Fixed crash on launch, when item "loop" can`t be found 2023-05-08 13:33:55 +03:00
playlist feat: implemented local playlist (#611) 2023-04-18 10:17:23 +12:00
search global search loading state, fixes #463 2022-07-20 15:18:29 -04:00
tweaks new navbar settings 2022-12-26 20:19:08 -05:00
README.md move to NUXT 2022-01-24 18:16:53 -05:00
index.js fix: forgor to remove debug logs 2022-12-26 03:25:17 -05:00

README.md

STORE

This directory is not required, you can delete it if you don't want to use it.

This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework.

Creating a file in this directory automatically activates the option in the framework.

More information about the usage of this directory in the documentation.