vue-template-compiler作用

vue-template-compiler的作用是什么:

 

 

 

看起来 template-compiler是给parse函数使用的, 那么parse函数是干什么的呢

 

  

先看一下parse的结果:

 

结论:使用vue-template-compiler直接读取处理了.vue文件内容,将文件分成了三部分,每个部分里面的dontent就是里面的内容

 

猜你喜欢

转载自www.cnblogs.com/eret9616/p/11817245.html