リンク先の公式のとおりにやりました。
html
1<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
2<script src="https://unpkg.com/vue-toasted"></script>
3
4<div id="target" @click="clicked()">click!</div>
5<script>
6 new Vue({
7 el: "#target",
8 methods: {
9 clicked: function() {
10 Vue.toasted.show('ほげ?');
11 }
12 }
13 })
14 Vue.use(Toasted, {
15 action: {
16 text: 'Cancel',
17 onClick: (e, toastObject) => {
18 toastObject.goAway(0);
19 }
20 },
21 action: [
22 {
23 text: 'Cancel',
24 onClick: (e, toastObject) => {
25 toastObject.goAway(0);
26 }
27 },
28 {
29 text: 'Undo',
30 push: {
31 name: 'somewhere',
32 dontClose: true
33 }
34 }
35 ]
36 })
37</script>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。