Merge pull request #6794 from jxxe/patch-1

Added info for Inertia.js
main
Elbert Alias 3 years ago committed by GitHub
commit 3a38a79296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -486,11 +486,11 @@
},
"website": "http://indyproject.org"
},
"Inertia": {
"Inertia.js": {
"cats": [
12
],
"description": "Inertia is a protocol for creating monolithic single-page applications.",
"description": "Inertia.js is a protocol for creating monolithic single-page applications.",
"dom": {
"div[data-page*='component']": {
"attributes": {
@ -503,7 +503,6 @@
},
"icon": "Inertia.svg",
"oss": true,
"saas": false,
"website": "https://inertiajs.com"
},
"InfernoJS": {