TASK #105401 StarWebComponent开发-button-增加test测试页

This commit is contained in:
yajun 2022-08-24 16:27:46 +08:00
parent 861388b678
commit cdbba863ac
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -8,6 +8,7 @@ import './icon/icon'
import './general/general'
import './indicators/indicators'
import './blur/use-blur'
import './button/button'
type SEID = String