mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Bind targetFile
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
d16ddbdbbf
commit
c632380e1d
@ -51,6 +51,8 @@ window.addEventListener('load', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
this.params = params;
|
this.params = params;
|
||||||
|
|
||||||
|
this.targetFile = this.$el.attributes.targetFile.nodeValue;
|
||||||
},
|
},
|
||||||
mounted: function(){
|
mounted: function(){
|
||||||
this.$emit("data-loaded");
|
this.$emit("data-loaded");
|
||||||
|
Loading…
Reference in New Issue
Block a user