Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f2992ce8
authored
Jun 21, 2023
by
xingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: eslint
parent
922f83d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/components/Form/src/Form.vue
+1
-0
src/layout/components/Footer/src/Footer.vue
+1
-0
src/layout/components/Menu/src/Menu.vue
+1
-0
No files found.
src/components/Form/src/Form.vue
View file @
f2992ce8
...
...
@@ -27,6 +27,7 @@ const { getPrefixCls } = useDesign()
const
prefixCls
=
getPrefixCls
(
'form'
)
export
default
defineComponent
({
// eslint-disable-next-line vue/no-reserved-component-names
name
:
'Form'
,
props
:
{
// 生成Form的布局结构数组
...
...
src/layout/components/Footer/src/Footer.vue
View file @
f2992ce8
...
...
@@ -2,6 +2,7 @@
import
{
useAppStore
}
from
'@/store/modules/app'
import
{
useDesign
}
from
'@/hooks/web/useDesign'
// eslint-disable-next-line vue/no-reserved-component-names
defineOptions
({
name
:
'Footer'
})
const
{
getPrefixCls
}
=
useDesign
()
...
...
src/layout/components/Menu/src/Menu.vue
View file @
f2992ce8
...
...
@@ -13,6 +13,7 @@ const { getPrefixCls } = useDesign()
const
prefixCls
=
getPrefixCls
(
'menu'
)
export
default
defineComponent
({
// eslint-disable-next-line vue/no-reserved-component-names
name
:
'Menu'
,
props
:
{
menuSelect
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment