File tree 3 files changed +8
-13
lines changed
playground/components/my-component
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ export default {
44
44
45
45
<br ></details >
46
46
47
-
48
47
<details >
49
48
<summary >Webpack</summary ><br >
50
49
Original file line number Diff line number Diff line change 104
104
"webpack" : " ^4 || ^5"
105
105
},
106
106
"peerDependenciesMeta" : {
107
- "webpack " : {
107
+ "@nuxt/kit " : {
108
108
"optional" : true
109
109
},
110
- "rollup " : {
110
+ "@nuxt/schema " : {
111
111
"optional" : true
112
112
},
113
- "vite " : {
114
- "optional" : true
113
+ "@stencil/core " : {
114
+ "optional" : false
115
115
},
116
116
"esbuild" : {
117
117
"optional" : true
118
118
},
119
- "@nuxt/kit " : {
119
+ "rollup " : {
120
120
"optional" : true
121
121
},
122
- "@nuxt/schema " : {
122
+ "vite " : {
123
123
"optional" : true
124
124
},
125
- "@stencil/core " : {
126
- "optional" : false
125
+ "webpack " : {
126
+ "optional" : true
127
127
}
128
128
},
129
129
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
# my-component
2
2
3
-
4
-
5
3
<!-- Auto Generated Below -->
6
4
7
-
8
5
## Properties
9
6
10
7
| Property | Attribute | Description | Type | Default |
13
10
| ` last ` | ` last ` | The last name | ` string ` | ` undefined ` |
14
11
| ` middle ` | ` middle ` | The middle name | ` string ` | ` undefined ` |
15
12
16
-
17
13
----------------------------------------------
18
14
19
15
* Built with [ StencilJS] ( https://stenciljs.com/ ) *
You can’t perform that action at this time.
0 commit comments