mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
style: fix various lint issues
This commit is contained in:
parent
426cf1b3de
commit
fc0d1872e9
@ -1,6 +1,6 @@
|
||||
import { createSSRApp } from 'vue'
|
||||
import plugins from './plugins.client'
|
||||
import { init } from 'nuxt-app'
|
||||
import plugins from './plugins.client'
|
||||
import App from '<%= appPath %>'
|
||||
|
||||
async function initApp () {
|
||||
|
@ -1,5 +1,5 @@
|
||||
import sharedPlugins from './plugins'
|
||||
import preload from 'nuxt-app/plugins/preload'
|
||||
import sharedPlugins from './plugins'
|
||||
|
||||
export default [
|
||||
...sharedPlugins,
|
||||
|
@ -2,7 +2,7 @@ import type { Plugin } from 'nuxt/vue-app/types'
|
||||
|
||||
const preload: Plugin = function ({ app }) {
|
||||
app.mixin({
|
||||
beforeCreate() {
|
||||
beforeCreate () {
|
||||
const { _registeredComponents } = this.$nuxt.ssrContext
|
||||
const { __moduleIdentifier } = this.$options
|
||||
_registeredComponents.push(__moduleIdentifier)
|
||||
|
Loading…
Reference in New Issue
Block a user