Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
The current version of the docs does not seem to work, as reported in #100
  • Loading branch information
senritsu authored Feb 11, 2024
1 parent 7b299bd commit 0b80ecb
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 0b80ecb

Please sign in to comment.