v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit 8070e3424f - Show all commits

View File

@ -1,4 +1,4 @@
import { LitElement, html, css } from 'https://cdn.jsdelivr.net/npm/lit-html@3.1.0/lit-html.min.js'; import { LitElement, html, css } from 'https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-all.min.js';
window.customElements.define('chain-connectivity', class MyElement extends LitElement { window.customElements.define('chain-connectivity', class MyElement extends LitElement {
constructor() { constructor() {
super(); super();