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 not a function.
ドキュメントのコンパイル: http://vuejs.org/api/#Vue-compile