mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-16 19:27:05 +02:00
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
Vue.filter('to_json', function (value) {
|
|
return JSON.stringify(value);
|
|
})
|
|
|