mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove unused async
This commit is contained in:
parent
147bf74190
commit
32bb07430d
3 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ export default {
|
|||
VideoPlayer,
|
||||
ChannelCredit
|
||||
},
|
||||
async asyncData ({ params: { slug }, payload: { app, allVideos } }) {
|
||||
asyncData ({ params: { slug }, payload: { app, allVideos } }) {
|
||||
|
||||
// const { allVideoAppsList } = await import('~/helpers/get-list.js')
|
||||
// const { default: videoList } = await import('~/static/video-list.json')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue