naive-ui/packages/addons/ThemeController.js
2019-09-27 22:28:10 +08:00

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
}
}