vue-materialize-datatable
Version:
Datatable for VueJS with Materialize
27 lines (22 loc) • 803 B
HTML
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="language" content="EN">
<meta name="keywords" content="vue, vuejs, materialize, datatable">
<link rel="icon" type="image/png" href="./images/logo.png">
<link rel="shortcut icon" href="./images/logo.png">
<meta name="theme-color" content="#222222">
<title>
Docs / vue-materialize-datatable
</title>
<link href="./css/app.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="./js/app.js"></script>
</body>
</html>