mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +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
|
|
}
|
|
}
|