Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Maximum call stack size exceeded when add vue coms. #28

Open
luoway opened this issue Mar 2, 2018 · 0 comments
Open

Maximum call stack size exceeded when add vue coms. #28

luoway opened this issue Mar 2, 2018 · 0 comments

Comments

@luoway
Copy link

luoway commented Mar 2, 2018

import someJs from 'someJs'
console.log(someJs)

It runs right.

import someJs from 'someJs'
console.log(someJs)
import com1 from 'com1.vue'
import com2 from 'com2.vue'

It goes wrong.

The brower reported an error:
Uncaught RangeError: Maximum call stack size exceeded

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

No branches or pull requests

1 participant