JS: Update a comment mentioning getARhs

This commit is contained in:
Asger F
2022-05-18 15:00:04 +02:00
parent 18dc39484d
commit f80f8b6630

View File

@@ -191,7 +191,7 @@ module Vue {
}
/**
* DEPRECATED. Use `getOwnOptions().getARhs()`.
* DEPRECATED. Use `getOwnOptions().getASink()`.
*
* Gets the options passed to the Vue object, such as the object literal `{...}` in `new Vue{{...})`
* or the default export of a single-file component.