Update getting_started.md

js 和 css 引用位置写反了
This commit is contained in:
upeng 2020-06-11 10:43:28 +08:00 committed by GitHub
parent 19795b9b11
commit e982da5b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ JSSDK 的代码从以下地址获取:
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<link rel="stylesheet" href="amis/sdk.js" />
<link rel="stylesheet" href="amis/sdk.css" />
<style>
html,
body,
@ -266,7 +266,7 @@ JSSDK 的代码从以下地址获取:
</head>
<body>
<div id="root" class="app-wrapper"></div>
<script src="amis/sdk.css"></script>
<script src="amis/sdk.js"></script>
<script type="text/javascript">
(function () {
var amis = amisRequire('amis/embed');