Closed Eden-Sun closed 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 ?
@Eden-Sun sorry for that, I have retrieved the code
Your .es6.vue is not really a es6-like code. And there are also babel compiled lines in it .
Perhaps your pushed the wrong file ?