mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-20 03:55:25 +00:00
feat: refactor the configuration view and implement the optional config for displaying timestamp in Log widget (#492)
This commit is contained in:
@@ -43,7 +43,7 @@ limitations under the License. -->
|
||||
import { ref, watch } from "vue";
|
||||
import type { PropType } from "vue";
|
||||
|
||||
/*global defineProps, defineEmits, Indexable*/
|
||||
/*global defineProps, defineEmits, Indexable*/
|
||||
const emit = defineEmits(["change", "query"]);
|
||||
const props = defineProps({
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user