mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 13:56:11 +10:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
import Layout from './index.vue'
|
|
|
|
export default ({ Vue }) => {
|
|
Vue.component('I18nUILayout', Layout)
|
|
}
|