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