Skip to content

Commit ebf7484

Browse files
committed
fix: moment import
Currently we are using the built-in `moment`. So we need import it
1 parent 0d7848e commit ebf7484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/fieldInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</template>
3535

3636
<script>
37-
/* global moment */
3837
import abstractField from "./abstractField";
38+
import moment from "moment";
3939
4040
export default {
4141
mixins: [ abstractField ],

0 commit comments

Comments
 (0)