Skip to content

Commit bb8decc

Browse files
committed
chore: fix site
1 parent bb84c52 commit bb8decc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737
</style>
3838
<script src="https://unpkg.com/vue@3"></script>
39-
<script src="https://unpkg.com/cheetah-grid"></script>
39+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/cheetah-grid@2/main.css">
40+
<script src="https://unpkg.com/cheetah-grid@2"></script>
4041
<!-- <script src="https://unpkg.com/vue-cheetah-grid"></script> -->
4142
</head>
4243
<body>

0 commit comments

Comments
 (0)