mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
z- to zan-
This commit is contained in:
@@ -31,9 +31,9 @@ export default {
|
||||
### 基础用法
|
||||
|
||||
```html
|
||||
<z-button @click="handleAlertClick">alert</z-button>
|
||||
<zan-button @click="handleAlertClick">alert</zan-button>
|
||||
|
||||
<z-button @click="handleConfirmClick">confirm</z-button>
|
||||
<zan-button @click="handleConfirmClick">confirm</zan-button>
|
||||
|
||||
<script>
|
||||
import { Dialog } from 'src/index';
|
||||
|
Reference in New Issue
Block a user