Fix
This commit is contained in:
parent
2a1fab34df
commit
1f3e128ed5
14 changed files with 24 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue