Skip to content

Instantly share code, notes, and snippets.

@mitrallex
Created February 5, 2018 11:57
Show Gist options
  • Save mitrallex/07a831188e9acbc27e16d08085a6cce7 to your computer and use it in GitHub Desktop.
Save mitrallex/07a831188e9acbc27e16d08085a6cce7 to your computer and use it in GitHub Desktop.
laravel-file-hosting
getFiles(type) {
this.setActive(type);
this.fetchFile(type);
if (this.activeTab === 'video') {
this.isVideo = true;
} else {
this.isVideo = false;
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment