We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15c90d commit 41b0885Copy full SHA for 41b0885
index.html
@@ -34,6 +34,12 @@ <h4>Plugins</h4>
34
angular.js <a href="https://github.com/getsentry/raven-js/blob/master/plugins/angular.js">View Source</a>
35
</label>
36
</div>
37
+ <div class="checkbox">
38
+ <label>
39
+ <input type="checkbox" value="vue">
40
+ vue.js <a href="https://github.com/getsentry/raven-js/blob/master/plugins/vue.js">View Source</a>
41
+ </label>
42
+ </div>
43
<input id="download" class="form-control input-lg" type="text" />
44
45
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
0 commit comments