mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-26 06:49:54 +08:00
fix: wrong eventBus.js path and non-existant method call (#971)
* fix: eventBus.js path reference * fix: non-existant method call
This commit is contained in:
parent
9a113af6cb
commit
a4304bc19b
2 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
import pageHome from "./assets/js/page/home.js";
|
||||
import pageSetting from "./assets/js/page/setting.js";
|
||||
import customDialog from "./assets/js/component/dialog.js";
|
||||
import EventBus from "../assets/js/component/eventBus.js";
|
||||
import EventBus from "./assets/js/component/eventBus.js";
|
||||
Vue.prototype.$bus = EventBus;
|
||||
|
||||
var app = new Vue({
|
||||
|
|
|
@ -150,7 +150,6 @@
|
|||
},
|
||||
mounted() {
|
||||
// Load setting
|
||||
this.loadSetting();
|
||||
localStorage.removeItem("shiori-account");
|
||||
localStorage.removeItem("shiori-token");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue