script(type="text/x-template" id="my-component") div (html goes here) script. var MyComponent= Vue.component({ "template": '#my-component', <rest of the code goes here> });