Created
October 1, 2018 04:49
-
-
Save uno-de-piera/ffdd8ee2808c99b66e44638d6899c81b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
import navigationMixin from '@/mixins/navigation'; | |
export default { | |
name: "guest", | |
mixins: [navigationMixin], | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment