Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ba78cf9e
authored
2023-01-18 10:25:21 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:btn组件的修改
1 parent
9491b6d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Button/src/button.vue
src/components/Button/src/button.vue
View file @
ba78cf9
<
template
>
<button
class=
"button"
:class=
"nativeType"
@
click=
"handleClick"
:type=
"nativeType"
>
<button
class=
"button"
:class=
"nativeType"
@
click
.
prevent
=
"handleClick"
:type=
"nativeType"
>
<slot></slot>
</button>
</
template
>
...
...
Please
register
or
sign in
to post a comment