Advertisement
meshwara

membuat-promise-based-dialog#02

Aug 24th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. export default {
  3.   data: () => ({
  4.     dialog: false,
  5.     resolve : null,
  6.     reject : null,
  7.   })
  8. };
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement