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

Commit

Permalink
refactor: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Mar 12, 2018
1 parent 6ca2666 commit 07fb424
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gh/general/app/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</template>

<script>
import Select from '../../../src/select/index.vue';
import Option from '../../../src/select/option.vue';
import Select from '../../../components/area-select/select/index.vue';
import Option from '../../../components/area-select/select/option.vue';
import Cascader from '../../../src/cascader/index.vue';
import Cascader from '../../../components/area-cascader/cascader/index.vue';
import Header from '@components/header/';
import Main from '@components/main/';
Expand All @@ -31,7 +31,7 @@
export default {
data () {
return {
t: ['1', '3', '7'], //
t: ['1', '3', '7'],
list: [{
value: 1,
label: 'text1'
Expand Down

0 comments on commit 07fb424

Please sign in to comment.