-
``
``
``
``
` `
` `
``
``
``
``
import Vue2Leaflet from 'vue2-leaflet';
export default {
components: {
'v-map': Vue2Leaflet.Map,
'v-tilelayer'…
-
hello, how to integrate leaflet plugin like [_leaflet.markercluster_](https://github.com/Leaflet/Leaflet.markercluster) with Vue2Leaflet? do I need to a custom component?
Thanks
-
### Mint UI version
### Device model
### Reproduction Link
### What is Expected?
### What is actually happening?
使用popup组件,设置position为top,想做官网展示的那种效果,顶层有一个50px的背景层,设置…
-
vue2.0的环境。我注意到,popup的modal被滑动的时候,body是不会跟随滑动的,可是内容部分被滑动就会。能否给个解决的方法。
ghost updated
7 years ago
-
In the Vue2.0, I use this vue-popup in my project and get this error message when I close the popup.
```
Avoid mutating a prop directly since the value will be overwritten whenever the parent com…
-
```
ERROR Failed to compile with 2 errors 14:43:5…
-
Hello,
Can you make an example with Vue component?
Thank you
-
命令行历史:
502 git clone https://github.com/ElemeFE/mint-ui.git
503 cd mint-ui/
504 npm install
505 npm run dev
**然后即便运行 npm run dist也不行,照着报错是,在example下面找到了几个vue文件最后一行没有换行,但是报错依旧**。
`
$ …
-
npm i element-theme -D 全局安装的话,之后在et编译的时候报错,找不到popup.css;
安装在项目里面的话,之后et -i, 即使在node_modules/.bin ,也一直提示element-theme-default没有安装
-
在实际业务中使用 dialog组件的时候,遇到了一些样式上的问题, 由于dialog组件是相对于window,fixed的,但我们在写业务中是把dialog组件放到业务组件内,导致dom结构是业务组件包含dialog,假如业务组件中样式里面含有 `transform` 或者其他css属性,会导致fixed元素定位失败,变成absolute,这个时候如果有滚动条会导致bug出现,官方推荐把dialo…