Skip to content

Commit

Permalink
moved element plus out of dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Nov 15, 2023
1 parent ff36725 commit e057d16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparc-design-system-components-2",
"version": "0.0.9",
"version": "0.0.10",
"private": false,
"scripts": {
"dev": "vite",
Expand All @@ -20,6 +20,7 @@
],
"dependencies": {
"@carbon/grid": "^11.20.0",
"element-plus": "^2.4.2",
"ramda": "^0.29.1",
"vue": "^3.3.4"
},
Expand All @@ -32,7 +33,6 @@
"@storybook/vue3": "7.5.1",
"@storybook/vue3-vite": "7.5.1",
"@vitejs/plugin-vue": "^4.3.1",
"element-plus": "^2.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.4",
Expand Down
7 changes: 4 additions & 3 deletions src/components/SparcLogo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<template>
<img class="logo" :src="logoSrc" alt="Logo for SPARC">
<help-icon height="32" fill="red"/>
<el-button class="secondary">Testing</el-button>
<img class="logo" :src="logoSrc" alt="Logo for SPARC">
<help-icon height="32" fill="red"/>
<el-button>Testing 1</el-button>
<el-button class="secondary">Testing 2</el-button>
</template>

<script>
Expand Down

0 comments on commit e057d16

Please sign in to comment.