File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sparc-design-system-components-2" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
20
20
],
21
21
"dependencies" : {
22
22
"@carbon/grid" : " ^11.20.0" ,
23
+ "element-plus" : " ^2.4.2" ,
23
24
"ramda" : " ^0.29.1" ,
24
25
"vue" : " ^3.3.4"
25
26
},
32
33
"@storybook/vue3" : " 7.5.1" ,
33
34
"@storybook/vue3-vite" : " 7.5.1" ,
34
35
"@vitejs/plugin-vue" : " ^4.3.1" ,
35
- "element-plus" : " ^2.4.2" ,
36
36
"react" : " 18.2.0" ,
37
37
"react-dom" : " 18.2.0" ,
38
38
"sass" : " ^1.69.4" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
- <img class =" logo" :src =" logoSrc" alt =" Logo for SPARC" >
3
- <help-icon height =" 32" fill =" red" />
4
- <el-button class =" secondary" >Testing</el-button >
2
+ <img class =" logo" :src =" logoSrc" alt =" Logo for SPARC" >
3
+ <help-icon height =" 32" fill =" red" />
4
+ <el-button >Testing 1</el-button >
5
+ <el-button class =" secondary" >Testing 2</el-button >
5
6
</template >
6
7
7
8
<script >
You can’t perform that action at this time.
0 commit comments