![]() 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/bootstrap-vue/src/components/link/ |
{ "name": "@bootstrap-vue/link", "version": "1.0.0", "meta": { "title": "Link", "description": "Use BootstrapVue's custom <b-link> component for generating a standard <a> link or <router-link>. <b-link> supports the disabled state and click event propagation.", "components": [ { "component": "BLink", "props": [ { "prop": "href", "description": "Denotes the target URL of the link for standard a links" }, { "prop": "rel", "description": "Sets the 'rel' attribute on the rendered link" }, { "prop": "target", "description": "Sets the 'target' attribute on the rendered link" } ], "events": [ { "event": "bv::link::clicked", "description": "Emitted on `$root` when link was clicked", "args": [ { "name": "event", "type": "MouseEvent", "description": "Native click event" } ] }, { "event": "click", "description": "Emitted when link was clicked", "args": [ { "name": "event", "type": "MouseEvent", "description": "Native click event" } ] } ], "slots": [ { "name": "default", "description": "Content to place in the link" } ] } ] } }