dev-aid/vue/issue.md

12 lines
260 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1>
Issue
<h3>问题解决方法</h3>
</h1>
### 取消阻止脚本以在不更改执行策略的情况下运行它
```bash
# 管理员身份运行 PowerShell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
# 然后输入 Y回车
```