diff options
| author | taehoon <th.dev91@gmail.com> | 2019-12-03 10:34:17 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-12-03 10:34:17 -0500 |
| commit | 57f46e68e4a0d137e8cb65ba603dfe4b8114ebbf (patch) | |
| tree | 8a30eaca9ab2406e54b0a9e2b5b0bd93bf719c6b | |
| parent | afd4524c3920f8426051e0673b42f022cb3627fe (diff) | |
remove needless code
| -rw-r--r-- | src/main.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.js b/src/main.js index fe0fed94..a9db1cff 100644 --- a/src/main.js +++ b/src/main.js @@ -32,9 +32,6 @@ import VTooltip from 'v-tooltip' import afterStoreSetup from './boot/after_store.js' -// import './font/css/fontello.css' -// import './font/css/animation.css' - const currentLocale = (window.navigator.language || 'en').split('-')[0] Vue.use(Vuex) |
