Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit dde1b26

Browse files
committed
refactor(button): exporting js file
1 parent 73b17b2 commit dde1b26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Button/index.vue renamed to src/components/Button/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<script>
21
import PseudoBox from '../PseudoBox'
32
import styleProps from '../../lib/config/props'
43

@@ -106,4 +105,3 @@ export default {
106105
}, this.$slots.default)
107106
}
108107
}
109-
</script>

0 commit comments

Comments
 (0)