vue-ripple-effect
Version:
a vue ui-component with typescript
18 lines (17 loc) • 579 B
HTML
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-touch-fullscreen" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="renderer" content="webkit">
<meta charset="utf-8">
<title>vue-ripple-effect</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>