mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
hound fix
This commit is contained in:
parent
42133d5b8c
commit
e304ad8ee6
1 changed files with 14 additions and 14 deletions
|
@ -25,20 +25,20 @@
|
|||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'editLaunchingApplicationModal',
|
||||
props: {
|
||||
fileName: String, application: String
|
||||
},
|
||||
mounted() {
|
||||
$(this.$refs.modal).modal('show');
|
||||
$(this.$refs.modal).on('hidden.bs.modal', () => {
|
||||
this.$emit('cancel');
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
cancel() {
|
||||
$(this.$refs.modal).modal('hide');
|
||||
name: 'editLaunchingApplicationModal',
|
||||
props: {
|
||||
fileName: String, application: String
|
||||
},
|
||||
mounted() {
|
||||
$(this.$refs.modal).modal('show');
|
||||
$(this.$refs.modal).on('hidden.bs.modal', () => {
|
||||
this.$emit('cancel');
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
cancel() {
|
||||
$(this.$refs.modal).modal('hide');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue