Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Jan 3, 2025
1 parent b5163cb commit 2949b0e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion atable/src/components/ATable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ watch(
() => store.rows,
newValue => {
emit('update:modelValue', newValue)
console.log('data loaded')
},
{ deep: true }
)
Expand Down
2 changes: 1 addition & 1 deletion atable/src/components/ATableLoading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="aloading-bar"></div>
</div>
</template>
<script setup lang="ts"></script>

<style scoped>
.aloading {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion atable/src/components/ATableLoadingBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="aloading-bar"></div>
</div>
</template>
<script setup lang="ts"></script>

<style scoped>
.aloading {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@stonecrop/atable",
"comment": "added atable loading component",
"type": "none"
"type": "patch"
}
],
"packageName": "@stonecrop/atable"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@stonecrop/themes",
"comment": "added rgb variable for loading gradient color",
"type": "none"
"type": "patch"
}
],
"packageName": "@stonecrop/themes"
Expand Down

0 comments on commit 2949b0e

Please sign in to comment.