vue-skeleton-loading
Version:
a skeleton loading
18 lines • 389 B
HTML
<html lang="zh-cn">
<head>
<title>Vue-Skeleton-Loading</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scaleable=no">
<style type="text/css">
body,html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="docs/build.js"></script>
</body>
</html>