UNPKG

@heroicons/vue

Version:
17 lines (14 loc) 375 B
let proxy = new Proxy( {}, { get: (obj, property) => { if (property === '__esModule') { return {} } throw new Error( `You\'re trying to import \`@heroicons/vue/outline/${property}\` from Heroicons v1 but have installed Heroicons v2. Install \`@heroicons/vue@v1\` to resolve this error.` ) }, } ) module.exports = proxy