Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 11, 2023
1 parent 843472c commit 27e9a17
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/open-source/vitepress-plugin-vue-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,10 @@ div {
:::playground
```vue
<template>
<mrp-space>
<mrp-button type="primary">Primary</mrp-button>
<mrp-button>Secondary</mrp-button>
<mrp-button type="dashed">Dashed</mrp-button>
<mrp-button type="outline">Outline</mrp-button>
<mrp-button type="text">Text</mrp-button>
</mrp-space>
<a-button type="primary">Primary</a-button>
</template>
<script lang="ts" setup>
import 'regenerator'
import { MrpSpace, MrpButton } from '@tuhu/shop-mars-pc'
</script>
\``` # remove slash
```json
Expand Down

0 comments on commit 27e9a17

Please sign in to comment.