Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc267e01

Browse files
authored
Merge branch 'dev' into patch-1
2 parentsfafea39 +60c66ea commitc267e01

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

‎docs/markdown/intro/README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -712,18 +712,18 @@ JavaScript files.
712712
<!-- Add this to <head>-->
713713

714714
<!-- Load required Bootstrap and BootstrapVue CSS-->
715-
<linktype="text/css"rel="stylesheet"href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
716-
<linktype="text/css"rel="stylesheet"href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
715+
<linktype="text/css"rel="stylesheet"href="https://unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
716+
<linktype="text/css"rel="stylesheet"href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
717717

718718
<!-- Load polyfills to support older browsers-->
719-
<scriptsrc="//polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver"crossorigin="anonymous"></script>
719+
<scriptsrc="https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver"crossorigin="anonymous"></script>
720720

721721
<!-- Load Vue followed by BootstrapVue-->
722-
<scriptsrc="//unpkg.com/vue@latest/dist/vue.min.js"></script>
723-
<scriptsrc="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
722+
<scriptsrc="https://unpkg.com/vue@latest/dist/vue.min.js"></script>
723+
<scriptsrc="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
724724

725725
<!-- Load the following for BootstrapVueIcons support-->
726-
<scriptsrc="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js"></script>
726+
<scriptsrc="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js"></script>
727727
```
728728

729729
##Build variants

‎src/components/form-tags/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@
197197
{
198198
"arg":"invalidTags",
199199
"type":"Array",
200-
"description":"Array of tag(s) thatcan not added because they did not pass validation. Will be zero length if no invalid tags"
200+
"description":"Array of tag(s) thatcannot be added because they did not pass validation. Will be zero length if no invalid tags"
201201
},
202202
{
203203
"arg":"duplicateTags",
204204
"type":"Array",
205-
"description":"Array of tag(s) thatcan not added because they would be a duplicate tag. Will be zero length if no duplicate tags"
205+
"description":"Array of tag(s) thatcannot be added because they would be a duplicate tag. Will be zero length if no duplicate tags"
206206
}
207207
]
208208
}

‎src/components/form-timepicker/package.json‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
"prop":"hideHeader",
5252
"description":"When set, visually hides the selected time header"
5353
},
54-
{
55-
"prop":"hideHeader",
56-
"description":"When set, visually hides the selected date header"
57-
},
5854
{
5955
"prop":"hour12",
6056
"description":"Tri-state prop. If `true` forces the interface to 12 hour format. If `false` forces the interface into 24 hour format. If `null` the current locale will determine the 12 or 24 hour interface (default)"

‎src/components/table/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2765,7 +2765,7 @@ be sticky. For example:
27652765
<b-th>Heading 4</b-th>
27662766
</b-tr>
27672767
</b-tfoot>
2768-
</b-table-responsive>
2768+
</b-table-simple>
27692769
```
27702770

27712771
As with`<b-table>` and`<b-table-lite>`, sticky columns are not supported when the`stacked` prop

‎src/components/table/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
{
105105
"prop":"footClone",
106-
"description":"Enabletothe footer of the table, and clone the header content by default"
106+
"description":"Enable the footer of the table, and clone the header content by default"
107107
},
108108
{
109109
"prop":"footRowVariant",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp