mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-03 18:35:36 +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>
|
<script>
|
||||||
import Decimal from 'decimal.js';
|
import Decimal from 'decimal.js';
|
||||||
import Select from '../shared/select.vue';
|
import Select from '../shared/legacy/select.vue';
|
||||||
import Input from '../shared/input.vue';
|
import Input from '../shared/legacy/input.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ManageStockValueModal',
|
name: 'ManageStockValueModal',
|
||||||
|
|
Loading…
Add table
Reference in a new issue