mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Migracja na Vite
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
methods: {
|
||||
getIcon(name: string) {
|
||||
return new URL(`./assets/${name}.svg`, import.meta.url).href;
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user