Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Jan 1, 2024
1 parent b275731 commit 2dda02e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/guide/nuxtjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,17 @@ export default defineNuxtConfig({
})
```

now, you can use `vue3-pixi` in your Nuxt app
now, you can use `vue3-pixi` in your Nuxt app

```vue
<script setup>
</script>
<template>
<Application :width="240" :height="240">
<text :anchor="0.5" :x="120" :y="120" :style="{ fill: 'white' }">
Hello NuxtJS World
</text>
</Application>
</template>
```

1 comment on commit 2dda02e

@vercel
Copy link

@vercel vercel bot commented on 2dda02e Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-pixi – ./

vue3-pixi-git-main-tuimao.vercel.app
vue3-pixi.vercel.app
vue3-pixi-tuimao.vercel.app

Please sign in to comment.