You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("actionsBuilderData",actionsBuilderData)// data variable has been defined in actions-builder.tpl.html
31
31
32
-
// Declare this one globally because we use it everywhere
33
-
Vue.component('input-hint',InputHint)
34
-
Vue.component('addon-icon',AddonIcon)
35
-
Vue.component('v-select',VueSelect.VueSelect);
32
+
// New for VueJs3
33
+
const{ createApp }=Vue
36
34
37
35
// Handle oldbrowser not supporting ES6
38
36
if(!('noModule'inHTMLScriptElement.prototype)){
39
37
$('#actions-builder-app').empty().append('<p>Désolé, votre Navigateur est trop vieux pour utiliser cette fonctionalité.. Mettez le à jour ! ou <a href="https://www.mozilla.org/fr/firefox/new/">installez Firefox</a> </p>')
0 commit comments