UNPKG

@conga/framework-view-twig

Version:

Conga.js bundle which integrates the twig.js template engine

22 lines (13 loc) 227 B
import Vue from 'vue'; export default Vue.extend({ template: ` <div></div> `, data: function() { return { $route: this.$route } }, created: function() { } });