Миграция Vuejs с 1 на 2 функции компиляции
#vue.js #vuejs2 #vue.js #vuejs2 Вопрос: 1x код: он работает. this.$compile(this.$els.ajaxcontent); 2x миграция: this.$compile(this.$refs.ajaxcontent); // Error: $compile function not found. Vue.compile(this.$refs.ajaxcontent); // Error: template.trim not a function. Vue.compile($('#ajaxContent').get(0)); // Error: template.trim…