sweetalert2_Sweetalert2的便捷包装

sweetalert2

vue-sweetalert2 (vue-sweetalert2)

Vue.js wrapper for SweetAlert2.

SweetAlert2的Vue.js包装器。

开始吧 (Get started)

npm install -S vue-sweetalert2

or

要么

yarn add vue-sweetalert2

// main.js

// main.js

import Vue from 'vue';
import VueSweetalert2 from 'vue-sweetalert2';

Vue.use(VueSweetalert2);

Now in the global object, you can access all the methods of sweetalert2.

现在,在全局对象中,您可以访问sweetalert2的所有方法。

// example-vue-component.vue

// example-vue-component.vue

<template>
    <button v-on:click="showAlert">Hello world</button>
</template>

<script>
export default {
    data() {
        return {};
    },
    methods: {
        showAlert(){
            // Use sweetalret2
            this.$swal('Hello Vue world!!!');
        }
    }
}
</script>

// Or

// 要么

Vue.swal('Hello Vue world!!!');

翻译自: https://vuejsexamples.com/a-convenient-wrapper-for-sweetalert2/

sweetalert2

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值