mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-01 01:47:11 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
// import Vue from 'vue'
|
|
|
|
export default function ({ params }) {
|
|
console.log(params)
|
|
// if (params)
|
|
// Vue.config.lang = 'en'
|
|
}
|