We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678b2f8 commit 7a41dafCopy full SHA for 7a41daf
src/playground/configs/templates/PlaygroundPage.vue
@@ -9,6 +9,7 @@
9
10
11
<script setup>
12
+import { ref } from 'vue';
13
import ClientTable from './ClientTable.vue';
14
import ServerTable from './ServerTable.vue';
15
import tableDefaults from './tableDefaults';
0 commit comments