Skip to content

Commit 1070450

Browse files
Merge pull request #3 from Xceldeveloper/develop
updated export name
2 parents 0fda368 + 3eba76b commit 1070450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class ThemeManager {
171171
return this
172172
}
173173
}
174-
const plugin = {
174+
const VueThemeManager = {
175175
install(Vue, options) {
176176
Vue.prototype.$AppTheme = new ThemeManager(options);
177177

@@ -183,4 +183,4 @@ const plugin = {
183183
}
184184
}
185185

186-
export default plugin;
186+
export default VueThemeManager;

0 commit comments

Comments
 (0)