mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
chore: add trailingComma
This commit is contained in:
@@ -7,7 +7,7 @@ const Empty = {
|
||||
render(h: CreateElement): ReturnType<CreateElement> {
|
||||
return h('div', [(this as any).$slots.default]);
|
||||
},
|
||||
inheritAttrs: false
|
||||
inheritAttrs: false,
|
||||
};
|
||||
|
||||
Vue.component('demo-block', Empty);
|
||||
|
Reference in New Issue
Block a user