123456789101112131415161718 |
- <template>
- <svg class="xxx">
- <use xlink:href="@/assets/images/equip/lengganji.svg#notification"></use>
- </svg>
- </template>
- <script>
- export default {
- data() {
- return {};
- },
- };
- </script>
- <style lang="less" scoped>
- .xxx {
- width: 50px;
- height: 50px;
- }
- </style>
|