Skip to content

Commit 25d3d6b

Browse files
committed
../dist/mock.js ==> bower_components/mockjs/dist/mock.js
1 parent 4bdd071 commit 25d3d6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/plugin.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<link href="index.css" rel="stylesheet">
1010
<link href="plugin.css" rel="stylesheet">
1111
<script src="bower_components/jquery/dist/jquery.js"></script>
12-
<script src="../dist/mock.js"></script>
12+
<script src="bower_components/mockjs/dist/mock.js"></script>
13+
<!-- <script src="../dist/mock.js"></script> -->
1314
<!-- https://www.uservoice.com/ -->
1415
</head>
1516
<body>
@@ -33,6 +34,7 @@ <h1>Plugins</h1>
3334
<div>
3435
<ul>
3536
<li>Generate Base64 Image</li>
37+
<li>Generate Color</li>
3638
<li>RegExp Playground</li>
3739
</ul>
3840
</div>

0 commit comments

Comments
 (0)