Skip to content

Commit

Permalink
Merge pull request #103 from senritsu/patch-1
Browse files Browse the repository at this point in the history
Update quick-start.md
  • Loading branch information
hairyf authored Feb 18, 2024
2 parents 7b299bd + 0b80ecb commit 784c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ add Vue plugin configuration to support custom elements, prevent parsing excepti
```ts
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { isCustomElement, transformAssetUrls } from 'vue3-pixi'
import { isCustomElement, transformAssetUrls } from 'vue3-pixi/compiler'

export default defineConfig({
plugins: [
Expand Down

0 comments on commit 784c29a

Please sign in to comment.