Create scripts/store/getters
This commit is contained in:
3
scripts/store/getters/tvg_url.js
Normal file
3
scripts/store/getters/tvg_url.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function () {
|
||||
return this.guides.length ? this.guides[0] : ''
|
||||
}
|
Reference in New Issue
Block a user