6f12159fd8160eddbdba3f92d4b94edf2c0c4c2e7cd800aa61b878e7dbc47a846d817d7aa07156ed95e732f62f27a13815e95b345e918c3defca4849e53957 179 B

1234567
  1. export default (function (o, c) {
  2. var proto = c.prototype;
  3. proto.toArray = function () {
  4. return [this.$y, this.$M, this.$D, this.$H, this.$m, this.$s, this.$ms];
  5. };
  6. });