[improvement] lint ts/tsx files (#2776)
This commit is contained in:
@@ -8,7 +8,7 @@ import { FunctionalComponent } from '../utils/use/sfc';
|
||||
|
||||
const [sfc] = use('icon');
|
||||
|
||||
const Icon: FunctionalComponent<IconProps> = function(h, props, slots, ctx) {
|
||||
const Icon: FunctionalComponent<IconProps> = function (h, props, slots, ctx) {
|
||||
const urlIcon = isSrc(props.name);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user