Skip to content

Instantly share code, notes, and snippets.

@GoodNew5
Last active July 14, 2022 11:36
Show Gist options
  • Save GoodNew5/54b87f312470bf6ae65ca77c18ad9721 to your computer and use it in GitHub Desktop.
Save GoodNew5/54b87f312470bf6ae65ca77c18ad9721 to your computer and use it in GitHub Desktop.
...mapActions('modal', { openModal: 'open' })
this.openModal({
name: 'activate-account-form',
props: {},
component: () => import(/* webpackChunkName: "auth" */ '@/components/activate-account-form')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment