Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Revise Manual Routing docs #330

Open
Assignees
rigor789
@rigor789

Description

@rigor789

Most apps are written with webpack and .vue files by default. In the docs we're writing js only components.

We should revise the docs and update them to include up-to-date examples with .vue files and how that might look/work in an actual app.

We're also showing an example of navigating in an inline event handler @tap="$navigateTo(detailPage)" which requires addingdetailPage todata. This is not a recommended approach, as this forces vue to mark the component descriptor as reactive. Instead we should focus on making sure that the component that we want to navigate to is imported, and the call to$navigateTo is made inside an event handler method.

I would propose we change the title fromManual Routing to justNavigation

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp