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,13 @@
|
||||
import {Template} from "../mixins/template";
|
||||
|
||||
const T = Template("d-toc", `
|
||||
<style>
|
||||
d-toc {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
`, false);
|
||||
|
||||
export class TOC extends T(HTMLElement) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user