Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- import PasswordInput from './components/PasswordInput.vue';
- export default {
- components: {
- PasswordInput
- }
- }
- </script>
- <template>
- <password-input></password-input>
- </template>
- <style scoped>
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement