Skip to content

Commit

Permalink
docs: [playground] - fix #397 : specify usage of example files in com…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
mattgoud committed Dec 18, 2024
1 parent 93f1349 commit 1940cc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playground/src/views/VueComponentsViewExample.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
This file is for example purposes and should not be used for testing as it is tracked by git on the repo.
You must copy this file and rename the copy to VueComponentsView.vue (to match the Vue Router config of the playground).
This is the copied file that can be used locally for testing
-->
<script setup lang="ts">
import { PuikAlert } from '@prestashopcorp/puik-components';

Expand Down
5 changes: 5 additions & 0 deletions playground/src/views/WebComponentsViewExample.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
This file is for example purposes and should not be used for testing as it is tracked by git on the repo.
You must copy this file and rename the copy to WebComponentsView.vue (to match the Vue Router config of the playground).
This is the copied file that can be used locally for testing
-->
<script setup lang="ts">
import { onMounted } from 'vue';
import { PuikAlertCe, initWeb } from '@prestashopcorp/puik-web-components';
Expand Down

0 comments on commit 1940cc0

Please sign in to comment.