|
|
@@ -42,7 +42,7 @@ import { createComponent } from '@/packages/utils/create';
|
|
|
import Form from '../form/index.taro.vue';
|
|
|
import FormItem from '../formitem/index.taro.vue';
|
|
|
import Radio from '../radio/index.taro.vue';
|
|
|
-import RadioGroup from '../radiogroup/index.taro.vue';
|
|
|
+import RadioGroup from '../radiogroup/index.vue';
|
|
|
import Button from '../button/index.taro.vue';
|
|
|
const { componentName, create } = createComponent('invoice');
|
|
|
export default create({
|