Skip to content

Commit

Permalink
Merge pull request #600 from Sysvale/fix/page-container-script
Browse files Browse the repository at this point in the history
Fix/page container script
  • Loading branch information
RafaelGondi authored Mar 21, 2024
2 parents 86e94ff + cbc4293 commit be10ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.0.0-beta.119",
"version": "3.0.0-beta.120",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@sysvale/cuida": "^3.0.0-beta.98",
"@sysvale/cuida": "^3.0.0-beta.119",
"@sysvale/cuida-icons": "^1.14.1",
"@sysvale/vue3-long-click": "^0.2.0",
"chart.js": "^4.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/PageContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</template>

<script>
export default {}
</script>

<style lang="scss" scoped>
Expand Down

0 comments on commit be10ef0

Please sign in to comment.