vue组件编译原理

  com1

  com2

  

div

document.getElementsByTagName('body')[0].childNodes[0].tagName  "MY-COM1"

document.getElementsByTagName('body')[0].childNodes[0].toString()
"[object HTMLElement]"

document.getElementsByTagName('body')[0].childNodes[0].getAttribute('type')  type

document.getElementsByTagName('body')[0].childNodes[0].getAttribute('v-pre') pre

 

 

关于自定义元素 请看推荐文章

http://blog.bingo929.com/custom-elements-html-web-components.html

转载于:https://www.cnblogs.com/chenxijywc/p/5996599.html

你可能感兴趣的:(javascript,ViewUI)