cosmetics

pull/1664/head
Tuğçe Küçükoğlu 2021-10-11 17:06:13 +03:00
parent 11b2b4ea40
commit 133c48de84
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ export default {
<!-- Dependencies --> <!-- Dependencies -->
<script src="https://unpkg.com/vue@next"><\/script> <script src="https://unpkg.com/vue@next"><\/script>
<script src="./core.js"><\/script> <script src="https://unpkg.com/primevue@^3/core/core.min.js"><\/script>
<!-- Demo --> <!-- Demo -->
<link href="./index.css" rel="stylesheet" />
${_imports} ${_imports}
<link href="./index.css" rel="stylesheet" />
</head> </head>
<body> <body>
${source.content.replace('<\\/script>', '<\/script>')} ${source.content.replace('<\\/script>', '<\/script>')}