longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

The vue.js template component does not work #430

Open nomidev opened 6 years ago

nomidev commented 6 years ago

The vue.js template component does not work. Do you have a solution?

The object is created but not displayed when you click the input box.

My components are shown below.

<template>
<input type="text" :name="name">
</template>
<script>
export default {
  mounted () {
    this.$nextTick(() => {
      $(this.$el).dateRangePicker()
    })
  }
}
</script>
nomidev commented 6 years ago

There was a problem with the version downloaded from npm. In the open and close, slideup and down were commented out.

Please deploy the latest version to npm.