fix(index): 修复首页在已登录状态下,不能点击的问题
This commit is contained in:
3
main.js
3
main.js
@@ -44,6 +44,9 @@ uniStorage();
|
||||
import loadingCover from '@/components/loading-cover/loading-cover.vue';
|
||||
Vue.component('loading-cover', loadingCover);
|
||||
|
||||
import nsMpHtml from '@/components/ns-mp-html/ns-mp-html.vue';
|
||||
Vue.component('ns-mp-html', nsMpHtml);
|
||||
|
||||
import nsEmpty from '@/components/ns-empty/ns-empty.vue';
|
||||
Vue.component('ns-empty', nsEmpty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user