mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[improvement] lint ts/tsx files (#2776)
This commit is contained in:
@@ -6,7 +6,7 @@ import { FunctionalComponent } from '../utils/use/sfc';
|
||||
|
||||
const [sfc, bem] = use('info');
|
||||
|
||||
const Info: FunctionalComponent<InfoProps> = function(h, props, slots, ctx) {
|
||||
const Info: FunctionalComponent<InfoProps> = function (h, props, slots, ctx) {
|
||||
if (!isDef(props.info)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user