Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dexfilter-web-nuxt3
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
dexfilter-web-nuxt3
Commits
1ce3f9eb
Commit
1ce3f9eb
authored
Mar 27, 2023
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
52dd6dee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
views/token/ChoseChain.vue
+1
-1
views/token/filterRadio.vue
+1
-2
No files found.
views/token/ChoseChain.vue
View file @
1ce3f9eb
...
...
@@ -135,7 +135,7 @@ const Fun = (parent: any, e: any) => {
};
// 自定义指令
const
vHideEl
=
{
mounted
:
(
el
:
HTMLDivElement
,
e2
:
any
,
e3
:
any
)
=>
{
mounted
:
(
el
:
HTMLDivElement
)
=>
{
document
.
addEventListener
(
"click"
,
Fun
.
bind
(
this
,
el
));
},
beforeUnmount
:
(
el
:
HTMLDivElement
)
=>
{
...
...
views/token/filterRadio.vue
View file @
1ce3f9eb
...
...
@@ -20,13 +20,12 @@
<
script
lang=
"ts"
setup
>
const
props
=
withDefaults
(
defineProps
<
{
options
?
:
any
[];
options
:
any
[];
modelValue
:
string
;
class
?:
string
;
margin
?:
boolean
;
}
>
(),
{
options
:
[],
class
:
""
,
margin
:
false
,
}
...
...
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