examples: update pinia example (#1458)

* examples: update pinia example

* chore(examples): update pinia dep

* examples: add icons to pinia panel

* docs(examples): update pinia example
This commit is contained in:
Braks
2024-06-08 16:07:50 +02:00
committed by GitHub
parent 9bd813dc59
commit 6503b3e9ed
6 changed files with 181 additions and 109 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import sdk from '@stackblitz/sdk'
const el = ref<HTMLDivElement>()
onMounted(() => {
sdk.embedProjectId(el.value!, 'vitejs-vite-ujrwcm', {
sdk.embedProjectId(el.value!, 'vitejs-vite-zk9hqt', {
forceEmbedLayout: true,
openFile: 'src/App.vue',
height: 750,