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