export default { install: function install (Vue) { if (!Vue.prototype.$naive) { Vue.prototype.$naive = {} } const naive = Vue.prototype.$naive // naive.theme } }