mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
dialog docs
This commit is contained in:
@@ -15,12 +15,6 @@ import MobileComputed from 'components/mobile-computed';
|
|||||||
export default {
|
export default {
|
||||||
mixins: [MobileComputed],
|
mixins: [MobileComputed],
|
||||||
|
|
||||||
computed: {
|
|
||||||
mobileUrl() {
|
|
||||||
return '/examples.html' + location.hash;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
handleAlertClick() {
|
handleAlertClick() {
|
||||||
Dialog.alert({
|
Dialog.alert({
|
||||||
|
Reference in New Issue
Block a user