naive-ui/packages/common/GradientText/index.js

9 lines
190 B
JavaScript
Raw Normal View History

/* istanbul ignore file */
2019-06-13 17:22:06 +08:00
import GradientText from './src/main.vue'
GradientText.install = function (Vue) {
Vue.component(GradientText.name, GradientText)
}
export default GradientText