File tree 9 files changed +9
-9
lines changed
packages/docs/src/pages/en/components
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This feature requires [v3.4.9](/getting-started/release-notes/?version=v3.4.9)
26
26
27
27
## Installation
28
28
29
- Labs components require a manual import and installation of the component .
29
+ Labs components require manual import and registration with the Vuetify instance .
30
30
31
31
``` js { resource="src/plugins/vuetify.js" }
32
32
import { VCalendar } from ' vuetify/labs/VCalendar'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This feature requires [v3.6.0](/getting-started/release-notes/?version=v3.6.0)
28
28
29
29
## Installation
30
30
31
- Labs components require a manual import and installation of the component .
31
+ Labs components require manual import and registration with the Vuetify instance .
32
32
33
33
``` js { resource="src/plugins/vuetify.js" }
34
34
import { VDateInput } from ' vuetify/labs/VDateInput'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This feature requires [v3.7.6](/getting-started/release-notes/?version=v3.7.6)
26
26
27
27
## Installation
28
28
29
- Labs components require a manual import and installation of the component .
29
+ Labs components require manual import and registration with the Vuetify instance .
30
30
31
31
``` js { resource="src/plugins/vuetify.js" }
32
32
import { VFileUpload } from ' vuetify/labs/VFileUpload'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This feature requires [v3.5.10](/getting-started/release-notes/?version=v3.5.10)
27
27
28
28
## Installation
29
29
30
- Labs components require a manual import and installation of the component .
30
+ Labs components require manual import and registration with the Vuetify instance .
31
31
32
32
``` js { resource="src/plugins/vuetify.js" }
33
33
import { VNumberInput } from ' vuetify/labs/VNumberInput'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This feature requires [v3.6.0](/getting-started/release-notes/?version=v3.6.0)
24
24
25
25
## Installation
26
26
27
- Labs components require a manual import and installation of the component .
27
+ Labs components require manual import and registration with the Vuetify instance .
28
28
29
29
``` js { resource="src/plugins/vuetify.js" }
30
30
import { VPullToRefresh } from ' vuetify/labs/VPullToRefresh'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This feature requires [v3.6.0](/getting-started/release-notes/?version=v3.6.0)
29
29
30
30
## Installation
31
31
32
- Labs components require a manual import and installation of the component .
32
+ Labs components require manual import and registration with the Vuetify instance .
33
33
34
34
``` js { resource="src/plugins/vuetify.js" }
35
35
import { VSnackbarQueue } from ' vuetify/labs/VSnackbarQueue'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This feature requires [v3.5.12](/getting-started/release-notes/?version=v3.5.12)
24
24
25
25
## Installation
26
26
27
- Labs components require a manual import and installation of the component .
27
+ Labs components require manual import and registration with the Vuetify instance .
28
28
29
29
``` js { resource="src/plugins/vuetify.js" }
30
30
import { VTimePicker } from ' vuetify/labs/VTimePicker'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This feature requires [v3.5.9](/getting-started/release-notes/?version=v3.5.9)
27
27
28
28
## Installation
29
29
30
- Labs components require a manual import and installation of the component .
30
+ Labs components require manual import and registration with the Vuetify instance .
31
31
32
32
``` js { resource="src/plugins/vuetify.js" }
33
33
import { VTreeview } from ' vuetify/labs/VTreeview'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This feature requires [v3.6.5](/getting-started/release-notes/?version=v3.6.5)
26
26
27
27
## Installation
28
28
29
- Labs components require a manual import and installation of the component .
29
+ Labs components require manual import and registration with the Vuetify instance .
30
30
31
31
``` js { resource="src/plugins/vuetify.js" }
32
32
import { VStepperVertical } from ' vuetify/labs/VStepperVertical'
You can’t perform that action at this time.
0 commit comments