diff options
| author | taehoon <th.dev91@gmail.com> | 2019-12-01 12:56:53 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-12-02 10:24:43 -0500 |
| commit | 0082ed837ed0b4b9a047520460782562bad0d8aa (patch) | |
| tree | 6cd319e0081114d3bbabcc1a3f8a80ca508f8a1f /src/main.js | |
| parent | 5096bff16cc680b7253c05a7ffa1d1c18da727a8 (diff) | |
versioning the font resources through webpack
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index a9db1cff..6469ba5c 100644 --- a/src/main.js +++ b/src/main.js @@ -32,6 +32,9 @@ 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) |
