Ostatnio widziany: paź 9, 2025
This is hax :) Debug and find __MY_VARIABLE__SLUG__ die(var_dump($submenu)); Search for right slug name function add_custom_link_into_s...
manipulate counter-set: section 3; <ol class="list-group list-group-numbered text-start" style="counter-set: section 3;"> ...
export default { props: [ 'myData'], watch: { myData: { handler: function (oldItem,newItem) { this.my...
form code <script> import axios from "axios"; export default { components: {axios}, methods: { getFormData(){ ...
or better way, just reset whole database structure using this method copy: If the id* files are removed, and there is no snapshot/backup...
hyh, better create second user killall mysqld mysqld_safe killall -9 mysqld mysqld_safe mkdir -p /var/run/mysqld chown mysql:mysql /var/run/m...
just add second hidden input <MDBSelect v-model:options="options" v-model:selected="selected"/> <input type="hidden" v-bind:name="question...
<template> <MDBSelect v-model:options="options1" v-model:selected="selected1" filter/> <p>selected: {{ selectedText }}<...