UNPKG

valaxy-addon-iplocation

Version:
11 lines (10 loc) 200 B
import { defineValaxyConfig } from 'valaxy' export default defineValaxyConfig({ vue: { isCustomElement: [ (tag) => { return tag === 'ip-location' }, ], }, })