mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<title>vxe-table 3.x</title>
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
if (location.host.indexOf('localhost') === -1) {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?bb92c84d2dff18210f9be4cf2aa28fee";
|
|
hm.onload = function () {
|
|
_hmt.push(['_requirePlugin', 'UrlChangeTracker', {
|
|
shouldTrackUrlChange: function (newPath, oldPath) {
|
|
return newPath && oldPath;
|
|
}}
|
|
]);
|
|
}
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
}
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|