diff --git a/sample/index.html b/sample/index.html index ced4949..404e7ac 100644 --- a/sample/index.html +++ b/sample/index.html @@ -8,5 +8,7 @@ + + diff --git a/sample/index.tsx b/sample/index.tsx index 795830f..7a822a0 100644 --- a/sample/index.tsx +++ b/sample/index.tsx @@ -9,7 +9,7 @@ const SamplePage: React.FC = () => { return (
- + ) } diff --git a/sample/index.vue b/sample/index.vue index 15cf1bc..ebdab11 100644 --- a/sample/index.vue +++ b/sample/index.vue @@ -1,11 +1,10 @@