Fix
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
|
||||
</style>
|
||||
<script>
|
||||
this.bytesToSize = require('../../../common/scripts/bytesToSize.js');
|
||||
this.bytesToSize = require('../../../common/scripts/bytes-to-size');
|
||||
|
||||
this.browser = this.parent;
|
||||
this.file = this.opts.file;
|
||||
|
@@ -64,5 +64,6 @@
|
||||
type: file.type
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</mk-drive-page>
|
||||
|
@@ -23,6 +23,6 @@
|
||||
this.refs.list.on('loaded', () => {
|
||||
this.trigger('loaded');
|
||||
});
|
||||
};
|
||||
});
|
||||
</script>
|
||||
</mk-user-followers>
|
||||
|
Reference in New Issue
Block a user