mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +08:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
export default {
|
|
props: {
|
|
field: Object,
|
|
marked_as_na: Boolean
|
|
}
|
|
};
|