Skip to content

Commit e13da26

Browse files
committed
App.vue add preamble
1 parent 104b9e2 commit e13da26

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/App.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<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+
*/
212
import { ref, computed, onMounted } from "vue";
313
import Box from "./Box.vue";
414
import TableTest from "./components/vue-ui-table.vue";

0 commit comments

Comments
 (0)