Skip to content
Snippets Groups Projects
Commit 8ab75c05 authored by Joshua Sedler's avatar Joshua Sedler :cartwheel_tone2:
Browse files

Use href

parent 4b39ff8c
Branches
Tags 0.1.0 8.x-0.1
1 merge request!10Issue #3490266: Regression: Newest 3.2.x version uses vue.runtime.global.prod.js instead of vue.global.prod.js
......@@ -169,7 +169,7 @@ function vuejs_update_93004(&$sandbox) {
// Clear library discovery cache, so the new settings are picked up:
\Drupal::service('library.discovery')->clearCachedDefinitions();
\Drupal::logger('vuejs')->info(t("Fixed vue.js path in the settings from %oldPath to %newPath, because the old file isn't supported. See :route to modify the path if the new path is undesired", [
\Drupal::logger('vuejs')->info(t("Fixed vue.js path in the settings from %oldPath to %newPath, because the old file isn't supported. See <a href=':route'>here</a> to modify the path if the new path is undesired", [
'%oldPath' => $oldPath,
'%newPath' => $newPath,
':route' => Url::fromRoute('vuejs.settings')->toString(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment