-
Hi, @lokyoung
I saw that you remove support for `prevContent` and `nextContent` slots after 1.9.5 version.
You replaced it with using `next-text` and `prev-text` props (using html there).
But no…
-
-
Hi, I'm using vue for a single page to resolve one simple problem.
The problem is that all the examples are using imports, and I cannot use that.
I need to use the plugin without using the impor…
-
### Environment
**Vuetify Version:** 3.1.14
**Vue Version:** 3.2.47
**Browsers:** Chrome 112.0.0.0
**OS:** Mac OS 10.15.7
### Steps to reproduce
This is a really dirty reproduction. Clone, and…
-
## Feature request
引入element-ui,并且实现按需加载,该如何设置
如下配置不生效:
```js
const path = require('path');
function resolve (dir) {
return path.join(__dirname, dir);
}
module.…
-
### What problem does this feature solve?
Hi thx for your Package, but iam not sure how to run this script ? i'm using at the moment the vue-cli to create a web-component output. `vue-cli-service bu…
-
**Sharing some ideas (in no particular order) for Iles while they’re fresh in my memory (while working on the PR for Vite-5 update for Iles) for community feedback:**
My need for Iles is based on …
-
For React, JSP frameworks, or other web UI systems, how can vendors and City of Chicago employees ingest this system.
-
### Version
3.2.21
### Reproduction link
[sfc.vuejs.org/](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCB7IHJlZiB9IGZyb20gJ3Z1ZSdcbmltcG9ydCBDb21wIGZyb20gJy4vQ29tcC52dWUnXG…
-
I know the docs briefly touch on setting the map to Vuex store;
```js
onMapLoaded(event) {
// in component
this.map = event.map;
// or just to store if you want have access from…