UNPKG

nutui-by-zchuhyy

Version:

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

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