You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These examples assume that Vue is exported globally as `window.Vue`. You can alternatively pass a reference to the `Vue` object directly as the second argument to `addPlugin`:
79
+
80
+
.. code-block:: javascript
81
+
82
+
Raven.addPlugin(Raven.Plugins.Vue, Vue);
83
+
84
+
Module loaders
85
+
~~~~~~~~~~~~~~
86
+
56
87
In your main application file, import and configure both Raven.js and the Raven.js Vue plugin as follows:
0 commit comments