UNPKG

@beeapi/nutui

Version:

一套轻量级移动端Vue组件库

7 lines (6 loc) 211 B
import ShortPassword from './shortpassword.vue'; import './shortpassword.scss'; ShortPassword.install = function(Vue) { Vue.component(ShortPassword.name, ShortPassword); }; export default ShortPassword;