diff --git a/docs/api/index.md b/docs/api/index.md index 29b3a19d1..38e94a661 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -188,6 +188,14 @@ If you add a `target="_blank"` to your `a` element, you must omit the `@click="n - `Component`: VNodes to be passed to a ``'s `is` prop. - `route`: resolved normalized [route location](#routelocationnormalized). +Note you should be passing View components' props directly to the `` rather than the ``: + +```html + + + +``` + ## createRouter Creates a Router instance that can be used by a Vue app. Check the [`RouterOptions`](#routeroptions) for a list of all the properties that can be passed.