Skip to content

Commit e057d16

Browse files
committed
moved element plus out of dev dependencies
1 parent ff36725 commit e057d16

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparc-design-system-components-2",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"private": false,
55
"scripts": {
66
"dev": "vite",
@@ -20,6 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@carbon/grid": "^11.20.0",
23+
"element-plus": "^2.4.2",
2324
"ramda": "^0.29.1",
2425
"vue": "^3.3.4"
2526
},
@@ -32,7 +33,6 @@
3233
"@storybook/vue3": "7.5.1",
3334
"@storybook/vue3-vite": "7.5.1",
3435
"@vitejs/plugin-vue": "^4.3.1",
35-
"element-plus": "^2.4.2",
3636
"react": "18.2.0",
3737
"react-dom": "18.2.0",
3838
"sass": "^1.69.4",

src/components/SparcLogo.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<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>
56
</template>
67

78
<script>

0 commit comments

Comments
 (0)