mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
10 lines
102 B
JavaScript
Executable File
10 lines
102 B
JavaScript
Executable File
'use strict'
|
|
|
|
class Module {
|
|
constructor (nuxt) {
|
|
this.nuxt = nuxt
|
|
}
|
|
}
|
|
|
|
export default Module
|