Skip to content

Commit

Permalink
Merge pull request #105 from D-Sketon/fix/validate
Browse files Browse the repository at this point in the history
docs: fix validate import error
  • Loading branch information
zhangxinxu committed Jun 4, 2024
2 parents d054606 + 0799582 commit 17f7513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge/apis.validate.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>安装与调用</h3>
import Validate from 'https://unpkg.com/lu2/theme/edge/js/common/ui/Validate.js';
&lt;/script&gt;</pre>
<p>如果是npm安装调用,则:</p>
<pre>import 'lu2/theme/edge/css/common/ui/Validate.css';
<pre>import 'lu2/theme/edge/css/common/ui/Tips.css';
<span class="green">'Validate from'并非必须</span>
import Validate from 'lu2/theme/edge/js/common/ui/Validate.js';</pre>

Expand Down

0 comments on commit 17f7513

Please sign in to comment.