@webpros/tsxuserprofilevue 3.0.10 → 3.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.html +1 -2
- package/dist/index.js +2 -3
- package/dist/mockServiceWorker.js +81 -100
- package/dist/style.css +1 -1
- package/package.json +37 -40
package/dist/index.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
crossorigin="anonymous"></script> -->
|
11
11
|
<title>TITLE</title>
|
12
12
|
<script type="module" crossorigin src="/index.js"></script>
|
13
|
-
<link rel="stylesheet" href="/style.css">
|
13
|
+
<link rel="stylesheet" crossorigin href="/style.css">
|
14
14
|
</head>
|
15
15
|
|
16
16
|
<body>
|
@@ -20,7 +20,6 @@
|
|
20
20
|
inactive-fields="[]"
|
21
21
|
></tsx-user-profile> -->
|
22
22
|
<div id="app"></div>
|
23
|
-
|
24
23
|
<!-- <script>
|
25
24
|
console.log('hello start')
|
26
25
|
$(document).ready(function () {
|