Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 07fb424

Browse files
committed
refactor: Update
1 parent 6ca2666 commit 07fb424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gh/general/app/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</template>
1919

2020
<script>
21-
import Select from '../../../src/select/index.vue';
22-
import Option from '../../../src/select/option.vue';
21+
import Select from '../../../components/area-select/select/index.vue';
22+
import Option from '../../../components/area-select/select/option.vue';
2323
24-
import Cascader from '../../../src/cascader/index.vue';
24+
import Cascader from '../../../components/area-cascader/cascader/index.vue';
2525
2626
import Header from '@components/header/';
2727
import Main from '@components/main/';
@@ -31,7 +31,7 @@
3131
export default {
3232
data () {
3333
return {
34-
t: ['1', '3', '7'], //
34+
t: ['1', '3', '7'],
3535
list: [{
3636
value: 1,
3737
label: 'text1'

0 commit comments

Comments
 (0)