index.js 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import Layout from './layout'; import Img from './img'; import Links from './links'; // 在这里export的组件会加载到公用js中,所以非必须组件,不要在这里export export default { Layout, Img, Links };