From 0b80ecb98df3c3fc331ee8e96f6c237932362a92 Mon Sep 17 00:00:00 2001 From: Jonas S Date: Sun, 11 Feb 2024 14:57:10 +0100 Subject: [PATCH] Update quick-start.md The current version of the docs does not seem to work, as reported in #100 --- docs/guide/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/quick-start.md b/docs/guide/quick-start.md index 60b8834c..794265de 100644 --- a/docs/guide/quick-start.md +++ b/docs/guide/quick-start.md @@ -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: [