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 104b9e2 commit e13da26Copy full SHA for e13da26
src/App.vue
@@ -1,4 +1,14 @@
1
<script setup>
2
+/**
3
+ * MANUAL TESTING PAGE
4
+ *
5
+ * npm run dev
6
7
+ * Left col : current components in dev mode
8
+ * Right col: current components in production
9
10
11
+ */
12
import { ref, computed, onMounted } from "vue";
13
import Box from "./Box.vue";
14
import TableTest from "./components/vue-ui-table.vue";
0 commit comments