chore: add trailingComma
This commit is contained in:
+1
-1
@@ -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