This commit is contained in:
edbrz9 2022-12-29 15:34:50 +01:00
parent 5329b22d6f
commit 29edffb9fc
1 changed files with 5 additions and 4 deletions

View File

@ -41,9 +41,10 @@
foreach ($output as $item) { foreach ($output as $item) {
//echo '<Copybox v-bind:txt="'.$item.'"></Copybox>'; //echo '<Copybox v-bind:txt="'.$item.'"></Copybox>';
echo '<div class="y2tout">'; //echo '<div class="y2tout">';
echo $item; //echo $item;
echo '</div>'; echo '<Copybox v-bind:txt="' . "'" . $item . "'" .'"></Copybox>';
//echo '</div>';
} }
//echo nl2br("\n END OF THE OUTPUT\n"); //echo nl2br("\n END OF THE OUTPUT\n");
/* /*
@ -59,7 +60,7 @@
*/ */
?> ?>
<Copybox v-bind:txt="'check'"></Copybox>
</div> </div>
<script src="assets/js/vue.min.js"></script> <script src="assets/js/vue.min.js"></script>