Skip to content

Commit a3c4312

Browse files
committed
fix(demo): 修复element plus无法打开,锁定element plus cdn版本
1 parent 55dc50e commit a3c4312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/demo/demo-v3/src/pages/index/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<title>Vue JSON Schema form editor - VJSF</title>
1212
<meta name="description" content="vue-json-schema-form - 基于JSON Schema动态创建表单在线演示编辑器" />
1313
<link rel="icon" href="https://vue-json-schema-form.lljj.me/icons/ico.png">
14-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-plus/lib/theme-chalk/index.css">
14+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus@1.0.2-beta.65/lib/theme-chalk/index.css">
1515
<link rel="apple-touch-icon" href="https://vue-json-schema-form.lljj.me/icons/ico.png">
1616
</head>
1717
<body>
1818
<div id="app"></div>
1919
<script src="//cdn.jsdelivr.net/npm/@lljj/polyfill@0.1.1/dist/polyfill.umd.min.js"></script>
2020
<script src="//cdn.jsdelivr.net/npm/vue@3.0.5/dist/vue.global.js"></script>
2121
<script src="//cdn.jsdelivr.net/npm/vue-router@4"></script>
22-
<script src="//cdn.jsdelivr.net/npm/element-plus/lib/index.full.js"></script>
22+
<script src="https://cdn.bootcdn.net/ajax/libs/element-plus/1.0.2-beta.65/index.full.js"></script>
2323

2424
<script src="//cdn.jsdelivr.net/npm/monaco-editor@0.20.0/min/vs/loader.js"></script>
2525
<script>

0 commit comments

Comments
 (0)