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