How to Use vue2.0 datepicker, vue2.0datepicker

Source: Internet
Author: User

How to Use vue2.0 datepicker, vue2.0datepicker

1. Use vue-cli scaffolding to create a vue project. Use vue-datepicker on the order list page. Follow the instructions in this document. After installation, use
MyDatepicker from 'vue-datepicker 'command to import components. However, the console prompts "exports is not defined.

2. The webpack package management tool is used.

1. Import code

import myDatepicker from ‘vue-datepicker'export default{components: {  VSelection,  myDatepicker},  }

The browser console prompts the following:

vue-datepicker-1.vue?268e:436 Uncaught ReferenceError: exports is not definedat eval (eval at <anonymous> (app.js:1778), <anonymous>:12:23)at Object.<anonymous> (app.js:1778)at webpack_require (app.js:660)at fn (app.js:84)at eval (eval at <anonymous> (app.js:2211), <anonymous>:7:3)at Object.<anonymous> (app.js:2211)at webpack_require (app.js:660)at fn (app.js:84)at eval (eval at <anonymous> (app.js:1904), <anonymous>:4:94)at Object.<anonymous> (app.js:1904)

Summary

The above section describes how to use vue2.0 datepicker. I hope it will help you. If you have any questions, please leave a message. I will reply to you in time!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.