【add】添加ESLint配置
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
import Tooltip from 'ant-design-vue/es/tooltip'
|
||||
|
||||
export default {
|
||||
name: "AvatarItem",
|
||||
name: 'AvatarItem',
|
||||
components: {
|
||||
Avatar,
|
||||
Tooltip
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
export default {
|
||||
AvatarItem,
|
||||
name: "AvatarList",
|
||||
name: 'AvatarList',
|
||||
components: {
|
||||
Avatar,
|
||||
AvatarItem
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import AvatarList from './List'
|
||||
import "./index.less"
|
||||
import './index.less'
|
||||
|
||||
export default AvatarList
|
||||
export default AvatarList
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "SettingItem",
|
||||
name: 'SettingItem',
|
||||
props: {
|
||||
title: {
|
||||
type: String,
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
export default {
|
||||
name: "DetailList",
|
||||
name: 'DetailList',
|
||||
Item: Item,
|
||||
components: {
|
||||
Col
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "FooterToolBar"
|
||||
name: 'FooterToolBar'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user