hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Cannot find origin source code #48

Closed Eden-Sun closed 8 years ago

Eden-Sun commented 8 years ago

Your .es6.vue is not really a es6-like code. And there are also babel compiled lines in it .

'use strict';
Object.defineProperty(exports, "__esModule", {
  value: true
});
var _moment = require('moment');
var _moment2 = _interopRequireDefault(_moment);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

Perhaps your pushed the wrong file ?

hilongjw commented 8 years ago

@Eden-Sun sorry for that, I have retrieved the code