git hooks test
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
import type { App } from 'vue'
|
||||
import SvgIcon from '@/components/SvgIcon/index.vue'// svg组件
|
||||
|
||||
const req: any = require.context('./svg', false, /\.svg$/)
|
||||
const requireAll: any = (requireContext: any) => {
|
||||
requireContext.keys().map(requireContext)
|
||||
}
|
||||
requireAll(req)
|
||||
|
||||
export function setupSvgIcon(app: App<Element>): void {
|
||||
app.component('SvgIcon', SvgIcon)
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB |
BIN
src/assets/img/avatar.png
Normal file
BIN
src/assets/img/avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user