Load polyfill in workflow engine

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-12-30 13:23:09 +01:00
parent 7320de184b
commit 3203e81fea
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
*
*/
import '@babel/polyfill'
import Vue from 'vue'
import Vuex from 'vuex'
import store from './store'