Skip to content

Commit

Permalink
fix: resolve build error
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Oct 13, 2024
1 parent ba823a7 commit a9b96d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/devtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
title: Development test Page
---

<!--
<script setup>
import { useToast } from "vue-toastification";
import { ref } from "vue";
import { useToast } from "vue-toastification"
import { ref } from "vue"
// Get toast interface
const toast = useToast();
Expand Down Expand Up @@ -41,4 +43,5 @@ const myMethod = () => {
.toast-button:hover {
background-color: #005a9e;
}
</style>
</style>
-->

0 comments on commit a9b96d6

Please sign in to comment.