mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
export default {
|
|
install: function install (Vue) {
|
|
if (!Vue.prototype.$naive) {
|
|
Vue.prototype.$naive = {}
|
|
}
|
|
const naive = Vue.prototype.$naive
|
|
// naive.theme
|
|
}
|
|
}
|