Skip to content

Commit

Permalink
Set default component
Browse files Browse the repository at this point in the history
  • Loading branch information
spacepatate committed Feb 23, 2020
1 parent e1da5da commit 92e8ab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spacepatate/vue-space-datetime-picker",
"version": "0.2.6",
"version": "0.2.8",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
1 change: 0 additions & 1 deletion src/components/SpaceDaterangePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ export default {
</script>
<style lang="scss" scoped>
.space-daterange-picker {
padding: 15px;
input.space-input {
box-sizing: border-box;
margin: 0;
Expand Down
2 changes: 2 additions & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export {
SpaceDatetimePicker,
SpaceDaterangePicker,
};

export default SpaceDatetimePicker;

0 comments on commit 92e8ab7

Please sign in to comment.