lint code.
This commit is contained in:
parent
cdeeff680b
commit
577cd5110e
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// accessor
|
||||
import { accessor as neko } from './store'
|
||||
import { PluginObject } from 'vue'
|
||||
|
||||
// Plugins
|
||||
import Logger from './plugins/log'
|
||||
import Client from './plugins/neko'
|
||||
|
|
@ -52,7 +52,6 @@ function extend (component: any) {
|
|||
.extend(exportMixin)
|
||||
}
|
||||
|
||||
|
||||
export const components = {
|
||||
'neko-connect': extend(Connect),
|
||||
'neko-video': extend(Video),
|
||||
|
|
@ -66,4 +65,4 @@ export const components = {
|
|||
}
|
||||
|
||||
neko.initialise()
|
||||
export default neko
|
||||
export default neko
|
||||
|
|
|
|||
Loading…
Reference in a new issue