Skip to content

Commit

Permalink
fix: fix icon & removed scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDarkstone committed Nov 12, 2024
1 parent 0510067 commit 6835190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ watch(
</div>
</template>

<style lang="scss" scoped>
<style lang="css" scoped>
.resize {
position: absolute;
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion playground/src/router/routes/modules/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const routes: RouteRecordRaw[] = [
path: '/demos/resize/basic',
component: () => import('#/views/examples/resize/basic.vue'),
meta: {
icon: 'lucide:resize',
icon: 'material-symbols:resize',
title: $t('examples.resize.title'),
},
},
Expand Down

0 comments on commit 6835190

Please sign in to comment.