Skip to content

Commit

Permalink
fix rendering issue in older edge/IE
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Sep 17, 2020
1 parent 15db311 commit 6efed72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Vue from 'vue';
import App from './App.vue';
import { ApplicationBootstrapper } from './presentation/Bootstrapping/ApplicationBootstrapper';
import 'core-js/fn/array/flat-map'; // Here until Vue 3 & CLI v4 https://github.com/vuejs/vue-cli/issues/3834

new ApplicationBootstrapper()
.bootstrap(Vue);
Expand Down

0 comments on commit 6efed72

Please sign in to comment.