mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
11 lines
227 B
JavaScript
11 lines
227 B
JavaScript
export default {
|
|
install: function install (Vue) {
|
|
if (!Vue.prototype.$naive) {
|
|
Vue.prototype.$naive = {}
|
|
}
|
|
const naive = Vue.prototype.$naive
|
|
console.info('naive theme', naive)
|
|
// naive.theme
|
|
}
|
|
}
|