File tree Expand file tree Collapse file tree
playgrounds/module-starter/src/runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import FloatingVue from 'floating-vue'
2- import { defineNuxtPlugin } from '#app '
2+ import { defineNuxtPlugin } from '#imports '
33
44export default defineNuxtPlugin ( ( nuxtApp ) => {
55 nuxtApp . vueApp . use ( FloatingVue )
Original file line number Diff line number Diff line change 11import type { TimelineServerState } from '../../types'
2- import { defineNuxtPlugin } from '#app'
3- import { useState } from '#imports'
2+ import { defineNuxtPlugin , useState } from '#imports'
43
54export default defineNuxtPlugin ( ( ) => {
65 // record ssr start time
Original file line number Diff line number Diff line change 1- import { defineNuxtPlugin } from '#app '
1+ import { defineNuxtPlugin } from '#imports '
22
33export default defineNuxtPlugin ( ( _nuxtApp ) => {
44 // eslint-disable-next-line no-console
You can’t perform that action at this time.
0 commit comments