vue-table-dynamic
Version:
A vue component of dynamic table
14 lines (13 loc) • 364 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
<link rel="shortcut icon" type=image/x-icon href=/static/favicon.png>
<title>Vue Table Dynamic</title>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>