This commit is contained in:
syuilo
2017-02-22 01:20:57 +09:00
parent 2a1fab34df
commit 1f3e128ed5
14 changed files with 24 additions and 27 deletions

View File

@@ -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;

View File

@@ -64,5 +64,6 @@
type: file.type
});
});
});
</script>
</mk-drive-page>

View File

@@ -23,6 +23,6 @@
this.refs.list.on('loaded', () => {
this.trigger('loaded');
});
};
});
</script>
</mk-user-followers>