mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 04:34:06 +08:00
Fix legacy vue component includes
This commit is contained in:
parent
cc388d9669
commit
a6dc688776
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@
|
|||
|
||||
<script>
|
||||
import Decimal from 'decimal.js';
|
||||
import Select from '../shared/select.vue';
|
||||
import Input from '../shared/input.vue';
|
||||
import Select from '../shared/legacy/select.vue';
|
||||
import Input from '../shared/legacy/input.vue';
|
||||
|
||||
export default {
|
||||
name: 'ManageStockValueModal',
|
||||
|
|
Loading…
Reference in a new issue