Skip to content

Commit

Permalink
fix: moment import
Browse files Browse the repository at this point in the history
Currently we are using the built-in `moment`. So we need import it
  • Loading branch information
icebob committed Sep 26, 2016
1 parent 0d7848e commit ebf7484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/fieldInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</template>

<script>
/* global moment */
import abstractField from "./abstractField";
import moment from "moment";
export default {
mixins: [ abstractField ],
Expand Down

0 comments on commit ebf7484

Please sign in to comment.