You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/directives/popover/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@
6
6
"description": "Add BootstrapVue popovers to any element on your site, using Bootstrap v4 CSS for styling and animations. Popovers are tooltips on steroids.",
7
7
"directive": "VBPopover",
8
8
"arg": {
9
-
"pattern": "[a-zA-Z][a-ZA-Z0-9_\\-]*",
10
-
"description": "ID of element to append the popover markup when visible. Optional, defaults to the body"
9
+
"pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
10
+
"description": "ID of element to append the popover markup when visible. Optional, defaults to the body",
Copy file name to clipboardExpand all lines: src/directives/scrollspy/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@
6
6
"description": "Automatically activate BootstrapVue navigation or list group components based on scroll position to indicate which link is currently active in the viewport.",
7
7
"directive": "VBScrollspy",
8
8
"arg": {
9
-
"pattern": "[a-zA-Z][a-ZA-Z0-9_\\-]*",
10
-
"description": "ID of element to monitor scrolling on (if not provided defaults to the body element)"
9
+
"pattern": "[a-zA-Z][a-zA-Z0-9_\\-]*",
10
+
"description": "ID of element to monitor scrolling on (if not provided defaults to the body element)",
0 commit comments