Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ijdickinson/6568642dc574038ecc7f4393b6745d00 to your computer and use it in GitHub Desktop.
Save ijdickinson/6568642dc574038ecc7f4393b6745d00 to your computer and use it in GitHub Desktop.
Console log output
[vite] connecting... client.ts:16:8
[vite] connected. client.ts:53:14
content.$el:
<div style="display: none;">
- __vnode: Object { __v_isVNode: true, __v_skip: true, type: "div", … }
- __vueParentComponent: Object { uid: 30, vnode: {…}, type: {…}, … }
- _vod: ""
- accessKey: ""
- accessKeyLabel: ""
- align: ""
- assignedSlot: null
- attributes: NamedNodeMap [ style="display: none;" ]
- baseURI: "http://localhost:3000/"
- childElementCount: 1
- childNodes: NodeList [ p ]
- children: HTMLCollection { 0: p, length: 1 }
- classList: DOMTokenList []
- className: ""
- clientHeight: 0
- clientLeft: 0
- clientTop: 0
- clientWidth: 0
- contentEditable: "inherit"
- dataset: DOMStringMap(0)
- dir: ""
- draggable: false
- enterKeyHint: ""
- firstChild: <p>
- firstElementChild: <p>
- hidden: false
- id: ""
- innerHTML: "<p> I am a component popup. Clickme </p>"
- innerText: " I am a component popup. Clickme "
- inputMode: ""
- isConnected: true
- isContentEditable: false
- lang: ""
- lastChild: <p>
- lastElementChild: <p>
- localName: "div"
- namespaceURI: "http://www.w3.org/1999/xhtml"
- nextElementSibling: null
- nextSibling: null
- nodeName: "DIV"
- nodeType: 1
- nodeValue: null
- nonce: ""
- offsetHeight: 0
- offsetLeft: 0
- offsetParent: null
- offsetTop: 0
- offsetWidth: 0
- onabort: null
- onanimationcancel: null
- onanimationend: null
- onanimationiteration: null
- onanimationstart: null
- onauxclick: null
- onbeforeinput: null
- onblur: null
- oncanplay: null
- oncanplaythrough: null
- onchange: null
- onclick: null
- onclose: null
- oncontextmenu: null
- oncopy: null
- oncuechange: null
- oncut: null
- ondblclick: null
- ondrag: null
- ondragend: null
- ondragenter: null
- ondragexit: null
- ondragleave: null
- ondragover: null
- ondragstart: null
- ondrop: null
- ondurationchange: null
- onemptied: null
- onended: null
- onerror: null
- onfocus: null
- onformdata: null
- onfullscreenchange: null
- onfullscreenerror: null
- ongotpointercapture: null
- oninput: null
- oninvalid: null
- onkeydown: null
- onkeypress: null
- onkeyup: null
- onload: null
- onloadeddata: null
- onloadedmetadata: null
- onloadend: null
- onloadstart: null
- onlostpointercapture: null
- onmousedown: null
- onmouseenter: null
- onmouseleave: null
- onmousemove: null
- onmouseout: null
- onmouseover: null
- onmouseup: null
- onmozfullscreenchange: null
- onmozfullscreenerror: null
- onpaste: null
- onpause: null
- onplay: null
- onplaying: null
- onpointercancel: null
- onpointerdown: null
- onpointerenter: null
- onpointerleave: null
- onpointermove: null
- onpointerout: null
- onpointerover: null
- onpointerup: null
- onprogress: null
- onratechange: null
- onreset: null
- onresize: null
- onscroll: null
- onsecuritypolicyviolation: null
- onseeked: null
- onseeking: null
- onselect: null
- onselectionchange: null
- onselectstart: null
- onslotchange: null
- onstalled: null
- onsubmit: null
- onsuspend: null
- ontimeupdate: null
- ontoggle: null
- ontransitioncancel: null
- ontransitionend: null
- ontransitionrun: null
- ontransitionstart: null
- onvolumechange: null
- onwaiting: null
- onwebkitanimationend: null
- onwebkitanimationiteration: null
- onwebkitanimationstart: null
- onwebkittransitionend: null
- onwheel: null
- outerHTML: "<div style=\"display: none;\"><p> I am a component popup. Clickme </p></div>"
- outerText: " I am a component popup. Clickme "
- ownerDocument: HTMLDocument http://localhost:3000/
- parentElement: <div class="sites-map-container">
- parentNode: <div class="sites-map-container">
- part: DOMTokenList []
- prefix: null
- previousElementSibling: <section id="map" class="sites-map-container leaf…drag leaflet-touch-zoom" tabindex="0">
- previousSibling: <section id="map" class="sites-map-container leaf…drag leaflet-touch-zoom" tabindex="0">
- scrollHeight: 0
- scrollLeft: 0
- scrollLeftMax: 0
- scrollTop: 0
- scrollTopMax: 0
- scrollWidth: 0
- shadowRoot: null
- slot: ""
- spellcheck: false
- style: CSS2Properties { display → "none" }
- tabIndex: -1
- tagName: "DIV"
- textContent: " I am a component popup. Clickme "
- title: ""
- <prototype>: HTMLDivElementPrototype { align: Getter & Setter, … }
SitesMap.vue:126:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment