flask
what is a flask application
a flask application is a normal, just a normal python object of class Flask. An instance of this class will be our WSGI application.
here is the simplest way to creat
正常引入icon组件库
import * as Icons from '@ant-design/icons-vue'
// 循环使用全部全部图标
const icons: any = Icons
for (const i in icons) {
// 全局注册一下组件
app.component(i, icons[i])
}
此时打包npm run build