mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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 { createSSRApp } from 'vue'
|
||||||
import plugins from './plugins.client'
|
|
||||||
import { init } from 'nuxt-app'
|
import { init } from 'nuxt-app'
|
||||||
|
import plugins from './plugins.client'
|
||||||
import App from '<%= appPath %>'
|
import App from '<%= appPath %>'
|
||||||
|
|
||||||
async function initApp () {
|
async function initApp () {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import sharedPlugins from './plugins'
|
|
||||||
import preload from 'nuxt-app/plugins/preload'
|
import preload from 'nuxt-app/plugins/preload'
|
||||||
|
import sharedPlugins from './plugins'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
...sharedPlugins,
|
...sharedPlugins,
|
||||||
|
Loading…
Reference in New Issue
Block a user