longbill/jquery-date-range-picker

The vue.js template component does not work

Opened this issue · 1 comments

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>

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.