mirror of
https://github.com/wassname/template.git
synced 2026-09-12 13:00:27 +08:00
Project reorganization, add editorconfig and linter
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { Template } from "../mixins/template";
|
||||
import { body } from "../helpers/layout";
|
||||
|
||||
const T = Template("d-references", `
|
||||
<style>
|
||||
d-references {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
`, false);
|
||||
|
||||
export class References extends T(HTMLElement) {
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user