mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +08:00
hound fix
This commit is contained in:
parent
e304ad8ee6
commit
e0003e0789
1 changed files with 15 additions and 15 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
export default {
|
||||
name: 'editLaunchingApplicationModal',
|
||||
props: {
|
||||
fileName: String, application: String
|
||||
|
|
@ -40,5 +40,5 @@ export default {
|
|||
$(this.$refs.modal).modal('hide');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue