Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/node_modules/@nuxt/vue-app/vetur/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/vreg/node_modules/@nuxt/vue-app/vetur/nuxt-attributes.json
{
  "nuxtChildKey": {
    "description": "This prop will be set to <router-view/>, useful to make transitions inside a dynamic page and different route. Default: `$route.fullPath`"
  },
  "to": {
    "description": "Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a location descriptor object."
  },
  "prefetch": {
    "type": "boolean",
    "description": "Prefetch route target (overrides router.prefetchLinks value in nuxt.config.js)."
  },
  "no-prefetch": {
    "description": "Avoid prefetching route target."
  },
  "replace": {
    "type": "boolean",
    "description": "Setting replace prop will call router.replace() instead of router.push() when clicked, so the navigation will not leave a history record."
  },
  "append": {
    "type": "boolean",
    "description": "Setting append prop always appends the relative path to the current path. For example, assuming we are navigating from /a to a relative link b, without append we will end up at /b, but with append we will end up at /a/b."
  },
  "tag": {
    "description": "Specify which tag to render to, and it will still listen to click events for navigation."
  },
  "active-class": {
    "description": "Configure the active CSS class applied when the link is active."
  },
  "exact": {
    "description": "The default active class matching behavior is inclusive match. For example, <router-link to=\"/a\"> will get this class applied as long as the current path starts with /a/ or is /a.\nOne consequence of this is that <router-link to=\"/\"> will be active for every route! To force the link into \"exact match mode\", use the exact prop: <router-link to=\"/\" exact>"
  },
  "event": {
    "description": "Specify the event(s) that can trigger the link navigation."
  },
  "exact-active-class": {
    "description": "Configure the active CSS class applied when the link is active with exact match. Note the default value can also be configured globally via the linkExactActiveClass router constructor option."
  }
}

Spamworldpro Mini