Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 550 Bytes

2023-09-14-fix-vue-meta-for-vue-3.md

File metadata and controls

15 lines (15 loc) · 550 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix vue-meta for Vue 3
issue: NEXT-30501
author: Sebastian Seggewiß
author_email: s.seggewiss@shopware.com
author_github: @seggewiss
---

Administration

  • Added meta-info.plugin.js instead of vue-meta for Vue 3

Next Major Version Changes

Removal of vue-meta:

  • vue-meta will be removed. We use our own implementation which only supports the title inside metaInfo.
  • If you use other properties than title they will no longer work.
  • If your metaInfo option is a object, rewrite it to a function returning an object.