Your IP : 216.73.216.79


Current Path : /var/www/html/dvs/node_modules/vue/src/platforms/weex/runtime/
Upload File :
Current File : /var/www/html/dvs/node_modules/vue/src/platforms/weex/runtime/text-node.js

let latestNodeId = 1

export default function TextNode (text) {
  this.instanceId = ''
  this.nodeId = latestNodeId++
  this.parentNode = null
  this.nodeType = 3
  this.text = text
}