Skip to content

Commit 7468f53

Browse files
Merge pull request #2 from webdevnerdstuff/dev
Updating name stuff
2 parents df70148 + 9cb4b87 commit 7468f53

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p>
6-
<h1 align="center">Vuetify Plugin Template</h1>
6+
<h1 align="center">Vuetify Stepper Form (Beta)</h1>
77
</p>
88

99
<p align="center">
@@ -19,11 +19,7 @@
1919

2020
## Description
2121

22-
Vuetify Plugin Template is a template to help you get starting building your own plugin/component for Vuetify (v3).
23-
24-
## Features
25-
26-
See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-stepper-form/#features) page for a list of features.
22+
Vuetify Stepper Form builder for Vuetify (v3).
2723

2824
## Documentation
2925

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
name="viewport"
2626
content="width=device-width, initial-scale=1.0"
2727
/>
28-
<title>Vuetify Plugin Template</title>
28+
<title>Vuetify Stepper Form</title>
2929

3030
<meta
3131
name="description"
32-
content="Vuetify Plugin Template"
32+
content="Vuetify Stepper Form"
3333
/>
3434
<meta
3535
name="keywords"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuetify-stepper-form",
33
"version": "1.0.0",
4-
"description": "Vuetify Plugin Stepper Form",
4+
"description": "Vuetify Stepper Form",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<link rel="icon" type="image/svg+xml" href="/vuetify-logo.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Vuetify Plugin Template Playground</title>
8+
<title>Vuetify Stepper Form Playground</title>
99
</head>
1010

1111
<body>

src/playground/configs/PlaygroundApp.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<v-container class="px-10">
1010
<v-row>
1111
<v-col class="v-col-12 text-center">
12-
<h1>Vuetify Plugin Template</h1>
12+
<h1>Vuetify Stepper Form</h1>
1313
</v-col>
1414
<v-col class="v-col-12 text-center">
1515
<v-chip color="primary">
@@ -45,5 +45,4 @@ provide('links', store.links);
4545
</script>
4646

4747

48-
<style scoped>
49-
</style>
48+
<style scoped></style>

0 commit comments

Comments
 (0)