Rename the weight unit conversion component name and change the unit conversion component layout.
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
---
|
|
import DataUnitConversion from "./DataUnitConversion.vue";
|
|
import WeightUnitConversion from "./WeightUnitConversion.vue";
|
|
---
|
|
|
|
<WeightUnitConversion client:load />
|
|
|
|
<br>
|
|
|
|
<DataUnitConversion client:load />
|