index.js 127 Bytes EditWeb IDE 1 2 3 4 5 6 7 import Layout from './Layout.vue'; Layout.install = Vue => { Vue.component(Layout.name, Layout); }; export default Layout;