2👍
✅
I think you are misunderstanding the idea of Vue instances…
In you example you have:
-
a JSON foo that I think it is a component,
-
An App instance, which is mounted to the #app element
-
Another instance called
notification_view
with the same router, what I think is is another component -
Another tbl instance, that I think it is another component
You actually need one instance and a bunch of components as in this example:
Source:stackexchange.com