mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
15 lines
238 B
Vue
15 lines
238 B
Vue
<template>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
version="1.1"
|
|
>
|
|
<slot></slot>
|
|
</svg>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
export default {
|
|
name: 'svg-wrapper',
|
|
}
|
|
</script> |