mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
style(item): remove console log and outdated docs
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -2171,7 +2171,7 @@ declare global {
|
|||||||
|
|
||||||
interface IonSkeletonText {
|
interface IonSkeletonText {
|
||||||
/**
|
/**
|
||||||
* The width of the element. Defaults to: `"100%"`.
|
* Width for the element to render at. Default is 100%
|
||||||
*/
|
*/
|
||||||
'width': string;
|
'width': string;
|
||||||
}
|
}
|
||||||
@ -5763,7 +5763,7 @@ declare global {
|
|||||||
|
|
||||||
export interface IonSkeletonTextAttributes extends HTMLAttributes {
|
export interface IonSkeletonTextAttributes extends HTMLAttributes {
|
||||||
/**
|
/**
|
||||||
* The width of the element. Defaults to: `"100%"`.
|
* Width for the element to render at. Default is 100%
|
||||||
*/
|
*/
|
||||||
'width'?: string;
|
'width'?: string;
|
||||||
}
|
}
|
||||||
|
@ -146,8 +146,6 @@ export class Item {
|
|||||||
const attrs = TagType === 'button' ? { type } : { href };
|
const attrs = TagType === 'button' ? { type } : { href };
|
||||||
const showDetail = detail != null ? detail : mode === 'ios' && clickable;
|
const showDetail = detail != null ? detail : mode === 'ios' && clickable;
|
||||||
|
|
||||||
console.log('item state', state);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TagType
|
<TagType
|
||||||
{...attrs}
|
{...attrs}
|
||||||
|
Reference in New Issue
Block a user