RE: RE: Introducing: dhive-sl
You are viewing a single comment's thread from:

RE: Introducing: dhive-sl

Words
13
Reading
1 min
Listen
Play
4y

Hey, a solution is to add the following code to your nuxt config

build: {
  transpile: [
    ...
    'dhive-sl',
  ],
}