File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function resolveInjection (config: Options) {
88 return {
99 filename : `${ libraryName } -injection.plugin.mjs` ,
1010 getContents : ( ) => {
11- return `import { defineNuxtPlugin } from '#app ';
11+ return `import { defineNuxtPlugin } from '#imports ';
1212import { ID_INJECTION_KEY } from 'element-plus';
1313
1414export default defineNuxtPlugin(nuxtApp => {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function resolveTeleports (config: Options) {
88 return {
99 filename : `${ libraryName } -teleports.plugin.mjs` ,
1010 getContents : ( ) => {
11- return `import { defineNuxtPlugin } from '#app '
11+ return `import { defineNuxtPlugin } from '#imports '
1212
1313export default defineNuxtPlugin((nuxtApp) => {
1414 nuxtApp.hook('app:rendered', (ctx) => {
You can’t perform that action at this time.
0 commit comments