Skip to content

Commit

Permalink
style: remove redundant space and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Oct 17, 2021
1 parent 36050d9 commit 1955aa4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/varlet-ui/src/input/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

<script>
import VarInput from '..'
import VarIcon from '../../icon'
import AppType from '@varlet/cli/site/mobile/components/AppType'
import { reactive, toRefs } from 'vue'
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/menu/example/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Var
<template>
<app-type>{{ pack.alignmentMethods }}</app-type>
<div class="block-1">
Expand Down
2 changes: 0 additions & 2 deletions packages/varlet-ui/src/radio-group/example/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Var
<template>
<app-type>{{ pack.basicUsage }}</app-type>
<var-radio v-model="value">{{ pack.currentValue }} {{ value }}</var-radio>
Expand Down Expand Up @@ -49,7 +48,6 @@ Var
import VarRadioGroup from '..'
import VarRadio from '../../radio'
import VarIcon from '../../icon'
import AppType from '@varlet/cli/site/mobile/components/AppType.vue'
import { toRefs, reactive } from 'vue'
import { watchLang } from '@varlet/cli/site/utils'
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/row/example/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Var
<template>
<app-type>{{ pack.girdSystem }}</app-type>
<var-row>
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/skeleton/example/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Var
<template>
<app-type>{{ pack.basicUsage }}</app-type>
<var-skeleton :loading="loading">{{ pack.loadingData }}</var-skeleton>
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/steps/example/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Var
<template>
<app-type>{{ pack.basicUsage }}</app-type>
<var-steps :active="active">
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/switch/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import { reactive, toRefs } from 'vue'
import AppType from '@varlet/cli/site/mobile/components/AppType'
import VarSwitch from '..'
import VarCell from '../../cell'
import { pack, use } from './locale'
import { watchLang } from '@varlet/cli/site/utils'
Expand Down

0 comments on commit 1955aa4

Please sign in to comment.