coverted to typescript and imported from eo project.

todo: fix api calls to CA
This commit is contained in:
2023-12-19 00:01:56 -06:00
parent 0fd5b2ec6a
commit b95d2a2a81
23 changed files with 3628 additions and 152 deletions

View File

@@ -8,6 +8,12 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Channel Automation Vue Apps</title>
<script>
function resizeIframe(obj) {
obj.style.height =
obj.contentWindow.document.documentElement.scrollHeight + "px";
}
</script>
</head>
<body>
<div id="app"></div>