Commit 029377a1 by 肖康

x

parent ee8f6a20
Showing with 1 additions and 0 deletions
...@@ -12,6 +12,7 @@ Vue.config.productionTip = false; ...@@ -12,6 +12,7 @@ Vue.config.productionTip = false;
//加载全局样式 //加载全局样式
import '@/assets/css/public/common.min.css' import '@/assets/css/public/common.min.css'
import '@/assets/css/font/iconfont.css'
//加载过滤器 //加载过滤器
Object.keys(filters).forEach(key => Vue.filter(key, filters[key])); Object.keys(filters).forEach(key => Vue.filter(key, filters[key]));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment