Skip to content

Commit

Permalink
fix: apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed Feb 9, 2024
1 parent 656827d commit 3a50bc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
4 changes: 1 addition & 3 deletions docs/.vitepress/theme/components/RoundedBoxDemo.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<script setup>
import { shallowRef, watch, Fragment } from 'vue'
<script setup lang="ts">
import { TresCanvas } from '@tresjs/core'
import { OrbitControls, RoundedBox, Html } from '@tresjs/cientos'
</script>

<template>
<TresLeches class="top-0 important-left-4" />
<TresCanvas
clear-color="#111"
>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/shapes/rounded-box.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rounded-box <Badge type="warning" text="^3.8.1" />
# Rounded-box

<DocsDemo>
<RoundedBoxDemo />
Expand Down
29 changes: 0 additions & 29 deletions playground/src/components/TemplatePage.vue

This file was deleted.

0 comments on commit 3a50bc2

Please sign in to comment.