Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

feat(bridge): use useMeta in bridge projects - #664

Merged
pi0 merged 14 commits into
mainfrom
feat/usemeta-bridge
Oct 6, 2021
Merged

feat(bridge): use useMeta in bridge projects#664
pi0 merged 14 commits into
mainfrom
feat/usemeta-bridge

Conversation

@danielroe

Copy link
Copy Markdown
Member

🔗 Linked issue

nuxt/bridge#102

❓ Type of change

  • Enhancement (improving an existing functionality like performance)

📚 Description

This PR backports useMeta (currently using vueuse/head) to nuxt2. Because vueuse/head depends on vue3, we also a include a nuxt.app shim and a vue module that exports composition api functions.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroedanielroe added enhancement New feature or request bridge labels Oct 6, 2021
@danielroedanielroe self-assigned this Oct 6, 2021
* includes `nuxt.app` shim and `vue` module that exports composition api functions
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Oct 6, 2021

Copy link
Copy Markdown

Deploying with Cloudflare Pages Cloudflare Pages

Latest commit:f1ba4ad
Status:⚡️ Build in progress...

View logs

Comment threadpackages/bridge/src/meta.ts Outdated
Comment threadpackages/bridge/src/meta.ts Outdated
Comment threadpackages/nuxt3/src/meta/runtime/plugin.ts
Comment threadpackages/bridge/src/runtime/capi.plugin.mjs Outdated
Comment threadpackages/bridge/src/module.ts Outdated
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Comment threadpackages/bridge/src/meta.ts Outdated
Co-authored-by: pooya parsa <pyapar@gmail.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3.xbridgeenhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@danielroe@pi0