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