Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"TypeError: Cannot read property 'defaultView' of undefined" #15

Closed
trusktr opened this issue Aug 15, 2018 · 3 comments
Closed

"TypeError: Cannot read property 'defaultView' of undefined" #15

trusktr opened this issue Aug 15, 2018 · 3 comments

Comments

@trusktr
Copy link

trusktr commented Aug 15, 2018

Hello guys! Nice concept!

I just tried importing the exported vue component,

<template>
    <div>
        <percy :loop="true"></percy>
    </div>
</template>

<script>
    import Vue from 'vue'
    import percy from '@haiku/trusktr-percy'

    export default Vue.extend( {
        components: { percy },
    } )
</script>

and I get an error in the browser console:

screen shot 2018-08-14 at 8 42 23 pm

Any ideas?

@trusktr
Copy link
Author

trusktr commented Aug 15, 2018

Oops, nevermind, I forgot the /vue in the import statement. It works great!

@trusktr trusktr closed this as completed Aug 15, 2018
@trusktr
Copy link
Author

trusktr commented Aug 15, 2018

By the way, how can I sign up for the slack channel? It says contact the admin. :)

@zackbrown
Copy link
Member

Hey Joe, does this link work for you for Slack? https://www.haiku.ai/slack-community/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants