Skip to content

Commit d7369bc

Browse files
committed
fix: fix slot and slot-scoped close #70 #71
1 parent a343c3c commit d7369bc

File tree

6 files changed

+6758
-102
lines changed

6 files changed

+6758
-102
lines changed

index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -15,6 +15,10 @@
1515
rel="stylesheet"
1616
href="/dist/vue-pivottable.css"
1717
/>
18+
<script
19+
src="https://kit.fontawesome.com/268e94c0b0.js"
20+
crossorigin="anonymous"
21+
></script>
1822
<title>Vue3 Pivottable</title>
1923
</head>
2024
<body>

0 commit comments

Comments
 (0)