refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
|
||||
import { css, html, customElement, LitElement, repeat, property, state } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { css, html, customElement, LitElement, repeat, property } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbElementMixin } from '@umbraco-cms/backoffice/element-api';
|
||||
import { UmbSorterConfig, UmbSorterController } from '@umbraco-cms/backoffice/sorter';
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ export class ExampleSorterItem extends UmbElementMixin(LitElement) {
|
||||
render() {
|
||||
return html`
|
||||
${this.name}
|
||||
<img src="https://picsum.photos/seed/${this.name}/500/500" style="width:250px;" />
|
||||
<img src="https://picsum.photos/seed/${this.name}/400/400" style="width:120px;" />
|
||||
<slot></slot>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user