Logo
Explore Help
Register Sign In
wangrunpu
/
stm32-iot-vben5
1
0
Fork
You've already forked stm32-iot-vben5
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from '66808582ff'
${ noResults }
stm32-iot-vben5/packages/@core/base/icons/src/create-icon.ts

15 lines
314 B
Raw Normal View History Unescape Escape

feat: add the ability to lock the screen (#30) * feat: 锁屏功能 * feat: 锁屏样式调整 * feat: complete the lock-screen screen and support shortcut keys and preference configuration --------- Co-authored-by: vince <vince292007@gmail.com>
2 years ago
import { defineComponent, h } from 'vue';
perf: reduce the number of icon component instances
2 years ago
import { Icon } from '@iconify/vue';
perf: replace vue-sonner with the toast component of shadcn-ui
2 years ago
function createIconifyIcon(icon: string) {
feat: add the ability to lock the screen (#30) * feat: 锁屏功能 * feat: 锁屏样式调整 * feat: complete the lock-screen screen and support shortcut keys and preference configuration --------- Co-authored-by: vince <vince292007@gmail.com>
2 years ago
return defineComponent({
name: `SvgIcon-${icon}`,
setup(props, { attrs }) {
return () => h(Icon, { icon, ...props, ...attrs });
},
});
perf: reduce the number of icon component instances
2 years ago
}
perf: replace vue-sonner with the toast component of shadcn-ui
2 years ago
export { createIconifyIcon };
Powered by Gitea Version: 1.18.3 Page: 491ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API