TASK #105401 StarWebComponent开发-button-增加test测试页
This commit is contained in:
parent
861388b678
commit
cdbba863ac
|
@ -6,6 +6,7 @@ import './components/section/section'
|
|||
import {StarAnimateSection} from './components/section/section'
|
||||
import './components/section/section'
|
||||
import './test/panels/root'
|
||||
import './components/button/button'
|
||||
|
||||
@customElement('settings-app')
|
||||
export class SettingsApp extends LitElement {
|
||||
|
|
|
@ -8,6 +8,7 @@ import './icon/icon'
|
|||
import './general/general'
|
||||
import './indicators/indicators'
|
||||
import './blur/use-blur'
|
||||
import './button/button'
|
||||
|
||||
type SEID = String
|
||||
|
||||
|
|
Loading…
Reference in New Issue