Skip to content

Commit 7ad02e2

Browse files
committed
executeOnVueInstance
1 parent 200ea73 commit 7ad02e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-async-in-computed-properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function create (context) {
120120
})
121121
}
122122
},
123-
utils.executeOnVueComponent(context, properties => {
123+
utils.executeOnVueInstance(context, properties => {
124124
const computedProperties = utils.getComputedProperties(properties)
125125

126126
computedProperties.forEach(cp => {

0 commit comments

Comments
 (0)