management/front/dkha-web-sz-main/node_modules/svg-baker-runtime/src/sprite.config.js

12 lines
243 B
JavaScript
Raw Normal View History

2023-12-18 13:12:25 +08:00
import namespaces from 'svg-baker/namespaces';
const { svg, xlink } = namespaces;
export default {
attrs: {
[svg.name]: svg.uri,
[xlink.name]: xlink.uri,
style: ['position: absolute', 'width: 0', 'height: 0'].join('; ')
}
};