Skip to content

Commit 2a6e5ee

Browse files
committed
Fix docs issue
1 parent 15b2248 commit 2a6e5ee

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/@ember/-internals/glimmer/lib/components/link-to.ts

+4
Original file line numberDiff line numberDiff line change
@@ -344,24 +344,28 @@ if (EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS) {
344344

345345
/**
346346
@property route
347+
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
347348
@public
348349
*/
349350
route: UNDEFINED,
350351

351352
/**
352353
@property model
354+
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
353355
@public
354356
*/
355357
model: UNDEFINED,
356358

357359
/**
358360
@property models
361+
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
359362
@public
360363
*/
361364
models: UNDEFINED,
362365

363366
/**
364367
@property query
368+
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
365369
@public
366370
*/
367371
query: UNDEFINED,

tests/docs/expected.js

+3
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ module.exports = {
354354
'mixin',
355355
'model',
356356
'modelFor',
357+
'models',
357358
'mount',
358359
'mut',
359360
'name',
@@ -406,6 +407,7 @@ module.exports = {
406407
'pushObjects',
407408
'pushState',
408409
'query-params',
410+
'query',
409411
'queryParams',
410412
'queryParamsDidChange',
411413
'queues',
@@ -477,6 +479,7 @@ module.exports = {
477479
'reverseObjects',
478480
'rootElement',
479481
'rootURL',
482+
'route',
480483
'routeDidChange',
481484
'routeName',
482485
'routeWillChange',

0 commit comments

Comments
 (0)