Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
e6d95fdf
Commit
e6d95fdf
authored
Sep 15, 2021
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉无用的ID属性
parent
53393b5c
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
Cascader.vue
src/components/Cascader.vue
+1
-1
CheckboxGroup.vue
src/components/CheckboxGroup.vue
+1
-1
DatePicker.vue
src/components/DatePicker.vue
+1
-1
HolidayPicker.vue
src/components/HolidayPicker.vue
+1
-1
Input.vue
src/components/Input.vue
+1
-1
InputCurrency.vue
src/components/InputCurrency.vue
+1
-1
InputCurrencyMin.vue
src/components/InputCurrencyMin.vue
+1
-1
InputFormat.vue
src/components/InputFormat.vue
+1
-1
InputNumber.vue
src/components/InputNumber.vue
+1
-1
Select.vue
src/components/Select.vue
+1
-1
No files found.
src/components/Cascader.vue
View file @
e6d95fdf
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/CheckboxGroup.vue
View file @
e6d95fdf
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/DatePicker.vue
View file @
e6d95fdf
...
@@ -22,7 +22,7 @@ export default {
...
@@ -22,7 +22,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/HolidayPicker.vue
View file @
e6d95fdf
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/Input.vue
View file @
e6d95fdf
...
@@ -15,7 +15,7 @@ export default {
...
@@ -15,7 +15,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/InputCurrency.vue
View file @
e6d95fdf
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
""
default
:
undefined
}
}
},
},
data
()
{
data
()
{
...
...
src/components/InputCurrencyMin.vue
View file @
e6d95fdf
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
""
default
:
undefined
}
}
},
},
data
()
{
data
()
{
...
...
src/components/InputFormat.vue
View file @
e6d95fdf
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/InputNumber.vue
View file @
e6d95fdf
...
@@ -15,7 +15,7 @@ export default {
...
@@ -15,7 +15,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
src/components/Select.vue
View file @
e6d95fdf
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
},
},
id
:
{
id
:
{
type
:
String
,
type
:
String
,
default
:
''
default
:
undefined
}
}
},
},
computed
:
{
computed
:
{
...
...
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