By fago on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
1.x
Introduced in version:
1.0-rc1
Issue links:
Description:
The output custom element name was changed to include the Views-ID.
Before:
drupal-view
After:
drupal-view-[VIEWS_ID]
To account for this change, simply re-name the according component in the frontend. Alternatively, with the latest nuxtjs-drupal-ce version and JSON rendering (which is default) it's possible to define drupal-view--default.vue as a default component for all views.
Impacts:
Themers