vue2-notify
Version:
Simple notify component for VueJS 2
16 lines (15 loc) • 553 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>vue2-notify</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<div class="container mt-5 pt-5">
<div id="app"></div>
</div>
<script src="/dist/build.js"></script>
</body>
</html>