mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
lint code.
This commit is contained in:
parent
cdeeff680b
commit
577cd5110e
@ -1,6 +1,6 @@
|
|||||||
// accessor
|
|
||||||
import { accessor as neko } from './store'
|
import { accessor as neko } from './store'
|
||||||
import { PluginObject } from 'vue'
|
import { PluginObject } from 'vue'
|
||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
import Logger from './plugins/log'
|
import Logger from './plugins/log'
|
||||||
import Client from './plugins/neko'
|
import Client from './plugins/neko'
|
||||||
@ -52,7 +52,6 @@ function extend (component: any) {
|
|||||||
.extend(exportMixin)
|
.extend(exportMixin)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export const components = {
|
export const components = {
|
||||||
'neko-connect': extend(Connect),
|
'neko-connect': extend(Connect),
|
||||||
'neko-video': extend(Video),
|
'neko-video': extend(Video),
|
||||||
|
Loading…
Reference in New Issue
Block a user