|
@@ -4,7 +4,8 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>转盘抽奖</title>
|
|
|
- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus/dist/index.css"/>
|
|
|
+ <!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus/dist/index.css"/> -->
|
|
|
+ <link rel="stylesheet" href="//unpkg.com/element-plus/dist/index.css" />
|
|
|
<style>
|
|
|
* {
|
|
|
margin: 0;
|
|
@@ -97,7 +98,8 @@
|
|
|
</div>
|
|
|
|
|
|
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
|
|
- <script src="//cdn.jsdelivr.net/npm/element-plus"></script>
|
|
|
+ <!-- <script src="//cdn.jsdelivr.net/npm/element-plus"></script> -->
|
|
|
+ <script src="//unpkg.com/element-plus"></script>
|
|
|
<script>
|
|
|
const { createApp, onMounted, onUnmounted, ref, reactive, toRefs, computed, nextTick } = Vue
|
|
|
createApp({
|