Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [playground] - fix #397 : usage of examples files #398

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading