File tree 3 files changed +3
-5
lines changed
3 files changed +3
-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.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
Original file line number Diff line number Diff line change 3
3
</template >
4
4
5
5
<script >
6
- import HelpIcon from ' ./icons/Help.vue'
7
6
export default {
8
7
name: ' SparcLogo' ,
9
- components: {
10
- HelpIcon
11
- },
12
8
props: {
13
9
type: {
14
10
type: String ,
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ import SparcLogo from './SparcLogo.vue';
4
4
import LargeModal from './LargeModal.vue'
5
5
import SparcTooltip from './SparcTooltip.vue'
6
6
import SparcRadio from './SparcRadio.vue' ;
7
+ import ElementPlus from 'element-plus'
7
8
8
9
export default {
9
10
install ( app ) {
11
+ app . use ( ElementPlus )
10
12
app . component ( 'SparcLogo' , SparcLogo ) ;
11
13
app . component ( 'LargeModal' , LargeModal ) ;
12
14
app . component ( 'SparcTooltip' , SparcTooltip ) ;
You can’t perform that action at this time.
0 commit comments