mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 00:09:12 +00:00
wip
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
props: ["span", "text"],
|
||||
methods: {
|
||||
getStyle() {
|
||||
return ModelsRepo.data[this.$store.getters.mlModel.name].labelStyles[this.span.label];
|
||||
return ModelsRepo.data[this.$store.getters.nerModel.name].labelStyles[this.span.label];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user