Commit be271b52 authored by yyh's avatar yyh

commonsvg

parent c31c6c91
...@@ -9,10 +9,8 @@ ...@@ -9,10 +9,8 @@
<script lang="ts"> <script lang="ts">
import { Component, Vue } from 'vue-property-decorator'; import { Component, Vue } from 'vue-property-decorator';
import { Toast, Dialog, Tabbar, TabbarItem} from 'vant'; import { Toast, Dialog, Tabbar, TabbarItem} from 'vant';
import CommonSvg from '@/components/svg/CommonSvg.vue';
@Component({ @Component({
components: { components: {
CommonSvg,
[Tabbar.name]: Tabbar, [Tabbar.name]: Tabbar,
[TabbarItem.name]: TabbarItem, [TabbarItem.name]: TabbarItem,
}, },
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<script lang="ts"> <script lang="ts">
import { Component, Prop, Vue } from 'vue-property-decorator'; import { Component, Prop, Vue } from 'vue-property-decorator';
import { List, Popup, Button, Image, Picker, Grid, GridItem, Empty } from 'vant'; import { List, Popup, Button, Image, Picker, Grid, GridItem, Empty } from 'vant';
import {VALID} from '@/const/enum'; import { VALID } from '@/const/enum';
@Component({ @Component({
components: { components: {
[List.name]: List, [List.name]: List,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment