Patch Changes
- Fixed
vue/custom-event-name-casingto check segments of colon-separated event names likeupdate:foo-bar(#3079) - Fixed
vue/one-component-per-fileto not report functions not imported from Vue (#3063) - Fixed
vue/prefer-import-from-vueto not report imports/exports of names that are not re-exported byvue(#3081) - Fixed
vue/return-in-computed-propertyandvue/require-render-returnto not report exhaustive switch statements when TypeScript type information is available (#3067)