feat: vp-raw
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<button-group>
|
||||
<Button>hello world</Button>
|
||||
<Button color="purple">hello world</Button>
|
||||
<Button color="alternative">hello world</Button>
|
||||
<Button color="red">hello world</Button>
|
||||
</button-group>
|
||||
<div class="vp-raw">
|
||||
<button-group>
|
||||
<Button>hello world</Button>
|
||||
<Button color="purple">hello world</Button>
|
||||
<Button color="alternative">hello world</Button>
|
||||
<Button color="red">hello world</Button>
|
||||
</button-group>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { ButtonGroup, Button } from '../../../../src/index'
|
||||
|
||||
Reference in New Issue
Block a user