Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(RangeInput): make the header slot valid (#406)
Browse files Browse the repository at this point in the history
fixes #405
  • Loading branch information
Haroenv authored Mar 15, 2018
1 parent 3f32a31 commit f43f19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RangeInput.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div :class="bem()">
<slot name="header" />
<slot name="header"></slot>

<form @submit.prevent="onSubmit(refinement)">
<input
Expand Down

0 comments on commit f43f19f

Please sign in to comment.