Info
- Platform: Mac
- Vetur version: 0.35.0
- VS Code version: 1.64.0
Problem
VS Code's outline view is displaying HTML from the <template> tag and styles from the <style> tag, but not JavaScript from the <script> tag.
I'd expect the outline view to show me symbols such as data, computed, and mounted, and maybe even specific data, method, and computed attributes/functions.

Reproducible Case
https://github.com/grantmcconnaughey/vetur-outline-bug/blob/master/src/Test.vue