Skip to content

Commit a8ddcbf

Browse files
authored
fix: force release @casl/vue (#1118)
1 parent 43aab22 commit a8ddcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/casl-vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export default defineComponent({
344344
ability: { from: TOKEN }
345345
},
346346
created() {
347-
this.ability // AppAbility
347+
this.ability // AppAbility instance
348348
}
349349
});
350350
</script>

0 commit comments

Comments
 (0)