chore: rename Application to app

This commit is contained in:
vben
2020-11-18 22:52:13 +08:00
parent 46e0875374
commit 99303a9987
9 changed files with 15 additions and 93 deletions

View File

@@ -7,7 +7,7 @@ import { setupErrorHandle } from '/@/setup/error-handle';
import { setupGlobDirectives } from '/@/setup/directives';
import { setupProdMockServer } from '../mock/_createProductionServer';
import { setApp } from '/@/setup/Application';
import { setApp } from '/@/setup/App';
import App from './App.vue';