vue-tronlink
Version:
Vue support for the TronLink browser extension
14 lines (13 loc) • 335 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>Debug Review App</title>
</head>
<body>
<div id="app"></div>
<script src="../entry/main.js"></script>
</body>
</html>