mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
9 lines
316 B
JavaScript
9 lines
316 B
JavaScript
export default ({
|
|
Vue, // the version of Vue being used in the VuePress app
|
|
options, // the options for the root Vue instance
|
|
router, // the router instance for the app
|
|
siteData // site metadata
|
|
}) => {
|
|
console.log(options)
|
|
}
|