[bugfix] Uploader: can not upload same file when before-read (#2971)

This commit is contained in:
neverland
2019-03-14 21:14:48 +08:00
committed by GitHub
parent 2e7ca412ff
commit d7760cf4d0
3 changed files with 13 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ const empty = {
Vue.component('demo-block', empty);
Vue.component('demo-section', empty);
export default function(Demo) {
test(`renders demo correctly`, () => {
export default function (Demo) {
test('renders demo correctly', () => {
if (Demo.i18n) {
Locale.add(Demo.i18n);
}