Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 22, 2024
1 parent d6ca800 commit 17ce32e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This template should help get you started developing with Vue 3 in WXT.

## TODO

* tour: https://element-plus.org/zh-CN/component/tour.html
* tag
* port 改变检测
* extension icon
Expand Down
4 changes: 0 additions & 4 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
ElBacktop: typeof import('element-plus/es')['ElBacktop']
ElButton: typeof import('element-plus/es')['ElButton']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wxt-starter",
"name": "usewiki2",
"description": "manifest.json description",
"private": true,
"version": "0.0.0",
Expand Down

0 comments on commit 17ce32e

Please sign in to comment.