-
Notifications
You must be signed in to change notification settings - Fork 4
Vue3 migration #2496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Vue3 migration #2496
Conversation
…ng.github.io into champion_pie_chart
….js, commented media query in _queryBuilderView.scss
…ng/fairsharing.github.io into new_graph_relation_labels_2500
…reverting test of formatDate method
Refactoring to solve #2512
…ring/fairsharing.github.io into advancedSearch-error-404
Fix: allowing search with values having parenthesis ()
…hub.io into bluesky_2549
Editing/display of bluesky field for users #2549
/> | ||
<!-- <script--> | ||
<!-- type="application/ld+json"--> | ||
<!-- v-html="JSONLD"--> |
Check failure
Code scanning / nodejsscan
The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS). Error
<!-- v-html="JSONLD"--> | ||
<!-- />--> | ||
<component :is="'script'" type="application/ld+json"> | ||
<span v-html="JSONLD" /> |
Check failure
Code scanning / nodejsscan
The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS). Error
Ticket: #2492