v0.0.8: Fixed issues with event-bindings

This commit is contained in:
2020-03-14 20:53:28 +01:00
parent a757ae37b3
commit de0dd21b8d
9 changed files with 241 additions and 2 deletions

10
tests/table/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cerxes - CustomElements - SVG</title>
</head>
<body>
<script type="text/javascript" src="./index.js"></script>
</body>
</html>