Add axios export

This commit is contained in:
Samuel Elliott 2018-07-07 14:29:44 +01:00
parent e169206821
commit f2c31d866d
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import filetype from 'file-type';
import filewatcher from 'filewatcher';
import VTooltip from 'v-tooltip';
export { jQuery as $ };
export { jQuery as $, axios };
export default class {