feat(ProductSerialPage): slicng UI filter

This commit is contained in:
2026-02-26 09:13:17 +07:00
parent dfc0f9d939
commit 17f10231fb
2 changed files with 54 additions and 9 deletions

View File

@@ -25,6 +25,9 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- TODO: Remove this on production -->
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
</body>
</html>