-
I created a new VUE page and copied the getting-started code, but when I visited the page, something went wrong.
(this.$tours['myTour'].start())
![image](https://user-images.githubusercontent.com/3…
-
## Description
Getting the following warning:
```
[Vue warn]: Failed to resolve component: Toaster
If this is a native custom element, make sure to exclude it from component resolution via c…
-
If I were to create a PR that did the following:
- Update to Vue 3
- Update to bootstrap-vue-next
- Update to Vite
- Pnpm
- TypeScript
Would a maintainer be available to review this PR?
I…
-
### Mint UI version
2.2.5
### OS/Browsers version
Windows 10 home basic / Chrome 58.0.3029.81
### Vue version
2.2.6
### Reproduction Link
This issue is simple, I think it don't need t…
-
Some lib was deprecated or not recommended.
Such as: `"tui-editor": "1.3.3"`, it's very difficult to install. `@toast-ui/vue-editor` seems to be a substitute.
Besides, `node-sass` was not recommend…
-
Hi I am having issue swiper js in my project, we are not using vue-router. we are creating components and the backend will render a path and enable components for pages. here is my dependencies
"depe…
-
- **I'm submitting a ...**
- bug report
May be a support if my fault. Still, I spent time on this to dig down, and there's something weird to investigate further.
- **What is the current be…
-
尝试着将这个作为小工具集成到项目中,集成过程中发现存在如下问题:
1.每个vue的布局不独立,互相影响,这个是封装大忌,最好每个子vue的布局都需要用一个大括号包进去,且不能被外部影响。
2.使用全局的toast不好。
3.App.vue中存在影响子vue样式的css,如button。
总体来说还是挺好的,稍微修改了一下,完成了集成。作为小工具使用使用挺不错。
-
### Version
3.2.0
### Reproduction link
[github.com](https://github.com/shang1219178163/vue-project)
### Steps to reproduce
1. npm install;
2. npm run prod
console.log:
VTo…
-
For instance, I want to use https://github.com/shakee93/vue-toasted/ in my project, because the plugin uses the 'window' object under the hood. Can I exclude this plugin from being used on SSR?