Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The vue.js template component does not work #430

Open
nomidev opened this issue Apr 17, 2018 · 1 comment
Open

The vue.js template component does not work #430

nomidev opened this issue Apr 17, 2018 · 1 comment
Labels
Status: invalid Not an issue. Type: meta Issue related to plugin infrastructure, publishing, or other repository-related matters.

Comments

@nomidev
Copy link

nomidev commented Apr 17, 2018

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
Copy link
Author

nomidev commented Apr 17, 2018

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.

@monovertex monovertex added Category: npm Status: invalid Not an issue. Type: meta Issue related to plugin infrastructure, publishing, or other repository-related matters. and removed Category: npm labels Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: invalid Not an issue. Type: meta Issue related to plugin infrastructure, publishing, or other repository-related matters.
Projects
None yet
Development

No branches or pull requests

2 participants