mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
9 lines
220 B
JavaScript
9 lines
220 B
JavaScript
|
/* istanbul ignore file */
|
||
|
import InputKeyValuePairs from './src/main.vue'
|
||
|
|
||
|
InputKeyValuePairs.install = function (Vue) {
|
||
|
Vue.component(InputKeyValuePairs.name, InputKeyValuePairs)
|
||
|
}
|
||
|
|
||
|
export default InputKeyValuePairs
|