-
Hi,
I'am using Nuxt.js with your plugin. All is working nice, but when i try to do npm run build i got this error:
Unexpected token: punc (() [./node_modules/vue2-google-maps/src/components/polygo…
-
By adding `'nuxt-leaflet',` in `nuxt.config.js`, it is loading on all pages. But I need to import leaflet on ONE page only to reduce load size. How Can I do this?
-
#贴上运行编译的结构,提示安装node-sass找不到,可是执行
`$ npm install -D node-sass`
后结果仍旧一样,无法运行。
`
Alecc@DESKTOP-B3EFTS2 MINGW64 /e/Vue_project/vue2.x-Cnode (master)
$ npm run dev
> vue2.0-demo@1.0.0 dev E:\Vue_p…
-
### 这个功能解决了什么问题?
我 uni-app vue3 的项目,在插件市场我安装你插件提示 你这是vue2 确定要导入我这vue3项目吗 555
### 你期望的 API 是怎样的?
跟着尤雨溪的vue3走
-
基座:vue2+webpack,多入口组件:vue3+vite
使用qiankun.loadMicroApp同时加载两个入口作为两个组件使用,先加载的legacy-6d7ac40c.js会被后加载的legacy-3ef1ad60.js
阻断,导致只能成功加载后面加载的自入口
报错如下
![image](https://github.com/lishaobos/vite-plugin-leg…
-
Just testing it with a handler for the `imageAdded` event and I see it is not triggered. Is there anything special I need to do here? I don't see any mention in the docs
ajmas updated
6 years ago
-
### Existing Component
是
### Component Name
el-input
### Description
https://vuejs.org/v2/api/#vm-scopedSlots
用 v-slot 指令加suffix具名插槽,suffix 会在 $scopedSlots 中,而不在 $slots,这个判断逻辑会造成 v-sl…
-
## The dependency [vue2-dropzone](https://github.com/rowanwins/vue-dropzone) was updated from `3.5.2` to `3.5.3`.
🚨 [View failing branch](https://github.com/dlrg/landestool/compare/master...dlrg:gre…
-
#### Vue.js双向绑定的实现原理
实现数据绑定的做法有大致如下几种:
- 发布者-订阅者模式(backbone.js)
- 脏值检查(angular.js)
- 数据劫持(vue.js)
数据劫持: vue.js 采用数据劫持的方式,结合发布者-订阅者模式,通过`Object.defineProperty()`来劫持各个属性的setter,getter以监听属性的…
-
The birds package has no effect when used in vue2. x. Other packages can work normally;