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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Using [bun](https://bun.sh/)
190
190
bun create vuetify
191
191
```
192
192
193
-
For more information on how to get started, such as using Nuxt or Laravel, check out the official [Installation guide](/getting-started/installation/).
193
+
For more information on how to get started, such as using Nuxt or Laravel, check out the official [Installation guide](https://vuetifyjs.com/getting-started/installation/).
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/avatars.md
-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ features:
20
20
21
21
The `v-avatar` component is typically used to display circular user profile pictures. This component will allow you to dynamically size and add a border radius of responsive images, icons, and text. When **rounded** prop set to `0` will display an avatar without border radius.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/badges.md
-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ features:
18
18
19
19
The `v-badge` component superscripts or subscripts an avatar-like icon or text onto content to highlight information to a user or to just draw attention to a specific element. Content within the badge usually contains numbers or icons.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/buttons.md
-2
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,6 @@ features:
21
21
22
22
The `v-btn` component replaces the standard html button with a material design theme and a multitude of options. Any color helper class can be used to alter the background or text color.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/cards.md
-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ features:
20
20
21
21
The `v-card` component is a versatile and enhanced version of [v-sheet](/components/sheets/) that provides a simple interface for headings, text, images, icons, and more.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/chips.md
-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ features:
20
20
21
21
The `v-chip` component is used to convey small pieces of information. Using the `close` property, the chip becomes interactive, allowing user interaction. This component is used by the [v-chip-group](/components/chip-groups) for advanced selection options.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/data-iterators.md
-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ features:
18
18
19
19
The `v-data-iterator` component is used for displaying arbitrary data, and shares a majority of its functionality with the `v-data-table` component. Features include sorting, searching, pagination, and selection.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/dialogs.md
-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ features:
19
19
20
20
The `v-dialog` component inform users about a specific task and may contain critical information, require decisions, or involve multiple tasks. Use dialogs sparingly because they are interruptive.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/expansion-panels.md
-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ features:
19
19
20
20
The `v-expansion-panel` component is useful for reducing vertical space with large amounts of information. The default functionality of the component is to only display one expansion-panel body at a time; however, with the `multiple` property, the expansion-panel can remain open until explicitly closed.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/infinite-scroller.md
-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ features:
18
18
19
19
The `v-infinite-scroll` component displays a potentially infinite list, by loading more items of the list when scrolling. It supports either vertical or horizontal scrolling.
Copy file name to clipboardexpand all lines: packages/docs/src/pages/en/components/no-ssr.md
-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@ features:
13
13
14
14
The `v-no-ssr` component is a simple wrapper that allows a developer to designate what a server-side renderer should not render, but leave to the client.
0 commit comments