File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * 📦 [Module] NuxtIpfsPlugin
3
+ * 📦 [Module] NuxtModuleIpfs
4
4
*
5
5
*/
6
6
@@ -80,8 +80,8 @@ const addHooks = (instance) => {
80
80
81
81
// ////////////////////////////////////////////////////////////////// Initialize
82
82
// -----------------------------------------------------------------------------
83
- function NuxtPluginIpfs ( ) {
84
- console . log ( `📦 [Module] NuxtPluginIpfs ` )
83
+ function NuxtModuleIpfs ( ) {
84
+ console . log ( `📦 [Module] NuxtModuleIpfs ` )
85
85
registerPlugins ( this , ( ) => {
86
86
if ( process . env . NODE_ENV !== 'development' ) {
87
87
addHooks ( this )
@@ -91,4 +91,4 @@ function NuxtPluginIpfs () {
91
91
92
92
// ////////////////////////////////////////////////////////////////////// Export
93
93
// -----------------------------------------------------------------------------
94
- export default NuxtPluginIpfs
94
+ export default NuxtModuleIpfs
Original file line number Diff line number Diff line change 1
1
/*
2
2
*
3
- * 🔌 [Plugin | NuxtPluginIpfs ] Methods
3
+ * 🔌 [Plugin | NuxtModuleIpfs ] Methods
4
4
*
5
5
*/
6
6
7
- console . log ( `🔌 [Plugin | NuxtPluginIpfs ] Methods` )
7
+ console . log ( `🔌 [Module | NuxtModuleIpfs ] Methods` )
8
8
9
9
// /////////////////////////////////////////////////////////////////// Functions
10
10
// -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments