Skip to content

Commit

Permalink
fix(style): remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jul 21, 2021
1 parent 4c70dbc commit 722058d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"publishConfig": {
"access": "public"
},
"ignoreChanges": [
"**/*.md"
],
"ignoreChanges": ["**/*.md"],
"version": "1.9.7"
}
3 changes: 0 additions & 3 deletions packages/varlet-ui/src/styles/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
</template>

<script>
import AppType from '@varlet/cli/site/mobile/components/AppType'
export default {
name: 'RippleExample',
components: { AppType },
setup() {
const elevations = Array.from({ length: 25 }).map((_, index) => index)
Expand Down

0 comments on commit 722058d

Please sign in to comment.