Skip to content

Commit 1c94e36

Browse files
committed
Align changes
1 parent 281f230 commit 1c94e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/computed-property-return.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function create (context) {
5858
}
5959
}
6060
},
61-
utils.executeOnVueComponent(context, properties => {
61+
utils.executeOnVueInstance(context, properties => {
6262
const computedProperties = utils.getComputedProperties(properties)
6363

6464
computedProperties.forEach(cp => {

0 commit comments

Comments
 (0)