First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
16
public/heroicons/vue/solid/index.js
Normal file
16
public/heroicons/vue/solid/index.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
let proxy = new Proxy(
|
||||
{},
|
||||
{
|
||||
get: (obj, property) => {
|
||||
if (property === '__esModule') {
|
||||
return {}
|
||||
}
|
||||
|
||||
throw new Error(
|
||||
`You\'re trying to import \`@heroicons/vue/solid/${property}\` from Heroicons v1 but have installed Heroicons v2. Install \`@heroicons/vue@v1\` to resolve this error.`
|
||||
)
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
module.exports = proxy
|
||||
Loading…
Add table
Add a link
Reference in a new issue