mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[bugfix] Uploader: can not upload same file when before-read (#2971)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user