文章转自http://www.yalewoo.com/modularity_community_detection.html
Modularity,中文称为模块度,是 Community Detection(社区发现/社团检测) 中用来衡量社区划分质量的一种方法。要理解Modularity,我们先来看社团…
在components内写 initToast.js
import Vuex from vuex
export default function initToast(v) {v.use(Vuex)// 挂在store到全局Vue原型上v.prototype.$toastStore new Vuex.Store({state: {show:false,icon:"success",//success:成功;fail:失败title:&…