# How to set vue compilerOptions with Bud

**URL:** https://discourse.roots.io/t/how-to-set-vue-compileroptions-with-bud/26640
**Category:** bud
**Tags:** vue
**Created:** 2024-02-01T18:11:00Z
**Posts:** 3

## Post 1 by @fraser.bw — 2024-02-01T18:11:00Z

I’m using a native custom element in a vue file and it works fine but gives me a console error:

```
Failed to resolve component: swiper-slide
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement
```

I can’t for the life of me figure out how to do this in Bud. Vue docs on it are here: [Vue and Web Components | Vue.js](https://vuejs.org/guide/extras/web-components.html#vue-and-web-components)

---

## Post 2 by @ben — 2024-02-01T18:46:55Z

[Post your code](https://discourse.roots.io/t/how-to-best-ask-questions-on-this-forum/24582)

---

## Post 3 by @ben — 2024-02-01T18:46:57Z


