Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vue-meta for page meta information #4

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

SunWuyuan
Copy link
Collaborator

@SunWuyuan SunWuyuan commented Nov 24, 2024

Add meta information to various pages using vue-meta.

  • Import createMetaManager from vue-meta in src/main.js and create a meta manager instance.
  • Add meta information for title, description, and keywords to src/pages/home.vue.
  • Add meta information for title, description, and keywords to src/pages/index.vue.
  • Add meta information for title, description, and keywords to src/pages/projects/index.vue.
  • Add meta information for title, description, and keywords to src/pages/projects/new.vue.
  • Add meta information for title, description, and keywords to src/pages/proxy/index.vue.
  • Add meta information for title, description, and keywords to src/pages/proxy/open.vue.
  • Add meta information for title, description, and keywords to src/pages/tools/asdm.vue.
  • Add meta information for title, description, and keywords to src/pages/account/login.vue.
  • Add meta information for title, description, and keywords to src/pages/account/register.vue.
  • Add meta information for title, description, and keywords to src/pages/algolia.vue.

For more details, open the Copilot Workspace session.

Add meta information to various pages using `vue-meta`.

* Import `createMetaManager` from `vue-meta` in `src/main.js` and create a meta manager instance.
* Add meta information for title, description, and keywords to `src/pages/home.vue`.
* Add meta information for title, description, and keywords to `src/pages/index.vue`.
* Add meta information for title, description, and keywords to `src/pages/projects/index.vue`.
* Add meta information for title, description, and keywords to `src/pages/projects/new.vue`.
* Add meta information for title, description, and keywords to `src/pages/proxy/index.vue`.
* Add meta information for title, description, and keywords to `src/pages/proxy/open.vue`.
* Add meta information for title, description, and keywords to `src/pages/tools/asdm.vue`.
* Add meta information for title, description, and keywords to `src/pages/account/login.vue`.
* Add meta information for title, description, and keywords to `src/pages/account/register.vue`.
* Add meta information for title, description, and keywords to `src/pages/algolia.vue`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ZeroCatDev/zerocat-frontend?shareId=XXXX-XXXX-XXXX-XXXX).
@SunWuyuan SunWuyuan merged commit fcea244 into main Nov 24, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant