Advertisement
newvol

appvue

Apr 5th, 2025
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <script>
  2. import PasswordInput from './components/PasswordInput.vue';
  3. export default {
  4.     components: {
  5.         PasswordInput
  6.     }
  7. }
  8. </script>
  9.  
  10. <template>
  11.     <password-input></password-input>
  12. </template>
  13.  
  14. <style scoped>
  15.  
  16. </style>
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement