mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +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
|
|
}
|
|
}
|