Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iskrisis committed Apr 20, 2021
1 parent f8b2695 commit c16bb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ panel.plugin("floriankarsten/plausible", {
icon: "road-sign",
component: {
template: `
<div class="k-plausible-view">
<k-view class="k-plausible-view">
<div style="margin-top: 30px; text-align: center;" v-if="showError">
<code>You need to set floriankarsten.plausible.sharedLink in config.php</code>
</div>
<iframe v-if="sharedLink" plausible-embed v-bind:src="sharedLink" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;"></iframe>
</div>`,
</k-view>`,
data: function() {
return {
options: {},
Expand Down

0 comments on commit c16bb20

Please sign in to comment.