Reorganize unit conversion component.
Rename the weight unit conversion component name and change the unit conversion component layout.
This commit is contained in:
parent
cf9e51611a
commit
955bca434c
@ -1,8 +1,10 @@
|
||||
---
|
||||
import DataUnitConversion from "./DataUnitConversion.vue";
|
||||
import WeightConversion from "./WeightConversion.vue";
|
||||
import WeightUnitConversion from "./WeightUnitConversion.vue";
|
||||
---
|
||||
|
||||
<DataUnitConversion client:load />
|
||||
<WeightUnitConversion client:load />
|
||||
|
||||
<WeightConversion client:load />
|
||||
<br>
|
||||
|
||||
<DataUnitConversion client:load />
|
||||
|
Loading…
Reference in New Issue
Block a user