Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
superyngo committed Jul 15, 2023
1 parent 877233b commit 55a62e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ const state = [
title: "Travel Maker",
link: "https://superyngo.github.io/Travel-Maker/",
},
{
tag: "li",
title: "Drag and drop",
link: "https://superyngo.github.io/drangNdrop/",
},
];
state.reverse();
// nextTick(() => {
// // Get a reference to the link element within the iframe
// const item = document.querySelectorAll(".item");
Expand Down

0 comments on commit 55a62e0

Please sign in to comment.