Level 73
Already asked question here: https://stackoverflow.com/questions/31633573/vuejs-templating-how-to-load-external-templates
Hello !
Some times the template in my component is very large ! I'm wondering if it's possible to split it and include each part by file (like we with the blade files).
first : is it a good idea ?
second: (if first === true) how to call these files?
Note: I mean just include file with a part of template not calling a component !
Thanks
Already asked question here: https://stackoverflow.com/questions/31633573/vuejs-templating-how-to-load-external-templates
Please or to participate in this conversation.