index.js 149 B

1234567
  1. import Shortpwd from './src/shortpwd.vue';
  2. Shortpwd.install = function(Vue) {
  3. Vue.component(Shortpwd.name, Shortpwd);
  4. };
  5. export default Shortpwd;