Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
ad27dc7b
Commit
ad27dc7b
authored
Mar 20, 2021
by
zenglun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消数字限制
parent
8a82c5eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
DialogInput.vue
src/components/DialogInput.vue
+0
-1
increment.vue
src/entry/gs/components/increment/increment.vue
+0
-1
No files found.
src/components/DialogInput.vue
View file @
ad27dc7b
...
...
@@ -7,7 +7,6 @@
:class=
"
{ 'js-input_error': errorShowing
&&
value.length === 0 }"
@input="handleInput"
v-bind="$attrs"
maxlength="10"
/>
<slot></slot>
</div>
...
...
src/entry/gs/components/increment/increment.vue
View file @
ad27dc7b
...
...
@@ -15,7 +15,6 @@
<
script
lang=
"ts"
>
import
Vue
from
"vue"
;
import
DialogInput
from
"@/components/DialogInput.vue"
;
import
*
as
storage
from
"@/plugins/storage"
;
import
{
Prop
,
Component
}
from
"vue-property-decorator"
;
import
{
GO_URLS
}
from
"@/config/URLS"
;
@
Component
({
...
...
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