<v-time-picker>
- Are you certain that the component was properly registered? If dealing with recursive components, remember to include the "name" option
<div class="form-inline">
<label for="">Time</label>
<v-time-picker
class="theme-orange"
v-model="time"
input-class="form-control"
type="time"
auto>
</v-time-picker>
</div>
I'm only interested in obtaining the time picker. How should I address this situation?