Document how to use 3.x with Vue 2

Created on 29 November 2023, about 1 year ago

Problem/Motivation

3.x version, compatible with Drupal 10, can still be used for Vue 2 (for backwards compatibility).

This should be documented, as it might be relevant for users upgrading to Drupal 10 but still needing Vue 2 support.

This config works for Vue 2:

libraries:
  vue:
    installation: local
    development: false
    version: 3.2.37
    cdn: unpkg
    path: /libraries/vue/dist/vue.runtime.global.prod.js
  petitevue:
    installation: local
    development: false
    cdn: unpkg
    version: 0.4.1
    path: /libraries/petite-vue/dist/petite-vue.iife.js

Steps to reproduce

Proposed resolution

Add this information to the module page
Eventually allow to switch to 2.x with the different path in UI to simplify this for users. (EOL 2023-12!)

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

3.0

Component

Documentation

Created by

🇩🇪Germany Anybody Porta Westfalica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024