mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-07 08:07:29 +08:00
Color picker wip
This commit is contained in:
@@ -44,9 +44,13 @@ export default class WindowTemplate extends IDraggableTemplate {
|
||||
</div>
|
||||
</div>
|
||||
<div class="ueb-window-content">
|
||||
Content
|
||||
${this.renderContent()}
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
}
|
||||
|
||||
renderContent() {
|
||||
return html``
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user