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