Skip to content

Commit

Permalink
use v0.3.4, upgrade vue and element-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jun 5, 2024
1 parent dca85b9 commit 85a62fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EVMole Demo</title>
<script src="//cdn.jsdelivr.net/npm/vue@3.3.8/dist/vue.global.prod.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus@2.4.2/dist/index.css" />
<script src="//cdn.jsdelivr.net/npm/element-plus@2.4.2/dist/index.full.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/evmole@0.3.3"></script>
<script src="//cdn.jsdelivr.net/npm/vue@3.4.27/dist/vue.global.prod.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus@2.7.4/dist/index.css" />
<script src="//cdn.jsdelivr.net/npm/element-plus@2.7.4/dist/index.full.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/evmole@0.3.4"></script>
<style>
body {
font-family: Monospace;
Expand Down Expand Up @@ -58,7 +58,7 @@
<h1>EVMole demo</h1>

<p>
Function Selector & Arguments Extractor: <a href="https://github.com/cdump/evmole" target="_blank">cdump/evmole</a> (v0.3.3)
Function Selector & Arguments Extractor: <a href="https://github.com/cdump/evmole" target="_blank">cdump/evmole</a> (v0.3.4)
</p>

<p>
Expand Down

0 comments on commit 85a62fc

Please sign in to comment.