-
### Current Behavior
The dep-graph logic is not extensible by plugins.
The dep-graph logic was refactored to be more extensible but has not been made it public yet.
### Expected Behavior
T…
-
Migrated from: apollographql/apollo-client#621
-
Hi there,
I've been starting last week with Vuejs and Nuxt.
I've been struggling with something that might be very basic but I still couldn't find a way or a proper solution for it.
I'm trying to…
-
application specific: choose correct route
const currentUser: CognitoUser|undefined = _.cloneDeep(this.$authStore.getters.getCognitoUser()) // refresh session mutates the state of store: illegal
htt…
-
application specific: apply any other attributes here as well
eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
https://github.com/polygon-software/flox/blob/ded025613d7d44b49f6149…
-
### Versions
- nuxt: 2.15.8
- node: 14.17.6
### Dependencies
```json
"dependencies": {
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
"vue-server-renderer": …
-
**Describe the bug**
I have a `sl-dialog` which contains an `sl-select` component. Since the dialog listens to `sl-hide` events and the `sl-select` uses those as well the dialog closes when choosing …
-
I need to create a component for breadcrumbs, and for it I need to add an addition in the form of meta to all routes. How can I do it? For example:
`[ { name: 'profile',
path: '',
componen…
-
### Versions
- nuxt: 2.8.1
- node: 10.14.0
### Reproduction
My website login page does not need to load third-party libraries such as iview and lodash, so I split out the `my-vendors` package …
-
### What problem does this feature solve?
I would like to allow users to modify some parts of the css styling and make it dynamic - i.e. fetch a `json` from the api and past it to the component. That…