fix filenames
This commit is contained in:
parent
e234064b3c
commit
46e9129ec3
|
@ -5,14 +5,12 @@ semi: false
|
||||||
singleQuote: true
|
singleQuote: true
|
||||||
quoteProps: 'as-needed'
|
quoteProps: 'as-needed'
|
||||||
bracketSpacing: false
|
bracketSpacing: false
|
||||||
# 多属性html标签的‘>’折行放置
|
# 多属性html标签的'>'折行放置
|
||||||
jsxBracketSameLine: false
|
jsxBracketSameLine: false
|
||||||
arrowParens: 'always'
|
arrowParens: 'always'
|
||||||
requirePragma: false
|
requirePragma: false
|
||||||
insertPragma: false
|
insertPragma: false
|
||||||
# //对HTML全局空白不敏感
|
|
||||||
htmlWhitespaceSensitivity: 'ignore'
|
htmlWhitespaceSensitivity: 'ignore'
|
||||||
# 结束行形式
|
|
||||||
endOfLine: 'lf'
|
endOfLine: 'lf'
|
||||||
# 对引用代码进行格式化
|
# 对引用代码进行格式化
|
||||||
embeddedLanguageFormatting: 'auto'
|
embeddedLanguageFormatting: 'auto'
|
||||||
|
|
|
@ -5,9 +5,9 @@ import {UlType} from '../../../components/ul/ul'
|
||||||
import {LiType} from '../../../components/li/li'
|
import {LiType} from '../../../components/li/li'
|
||||||
import {ButtonType, StarButton} from '../../../components/button/button'
|
import {ButtonType, StarButton} from '../../../components/button/button'
|
||||||
import {sharedStyles} from '../shared-styles'
|
import {sharedStyles} from '../shared-styles'
|
||||||
import './about_machine/about_machine'
|
import './about-machine/about-machine'
|
||||||
import './update/auto_update'
|
import './update/auto-update'
|
||||||
import './update/update_system'
|
import './update/update-system'
|
||||||
|
|
||||||
@customElement('panel-general')
|
@customElement('panel-general')
|
||||||
export class PanelGeneral extends LitElement {
|
export class PanelGeneral extends LitElement {
|
||||||
|
|
Loading…
Reference in New Issue