Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
close #200
PR Type
Enhancement, Dependencies
Description
@iconify/vue
を使用するようにアイコンコンポーネントをリファクタリングしました。@purge-icons/generated
のインポートを削除しました。vite-plugin-purge-icons
を削除し、Vite設定を簡素化しました。Changes walkthrough 📝
AIcon.vue
`@iconify/vue`を使用したアイコンコンポーネントのリファクタリング
src/components/UI/AIcon.vue
@iconify/vue
を使用するように変更computed
スタイルの削除Icon
コンポーネントの使用main.ts
不要なインポートの削除
src/main.ts
@purge-icons/generated
のインポートを削除vite.config.ts
不要なViteプラグインの削除
vite.config.ts
vite-plugin-purge-icons
の削除package-lock.json
パッケージ依存関係の更新
package-lock.json
@iconify/iconify
と関連パッケージの削除@iconify/vue
の追加vite-plugin-purge-icons
の削除package.json
パッケージ依存関係の更新
package.json
@iconify/iconify
と関連パッケージの削除@iconify/vue
の追加vite-plugin-purge-icons
の削除