Dan Knights

Results 5 issues of Dan Knights

Hi, I'm having an issue where the `active-class` is applied on page-load but I only want it applied after the user clicks the link. I've tried `:highlightFirstItem="false"`, even though this...

**Describe the bug** When using the built-in Vue component `Teleport`, using `to="#app"` doesn't work. I've tried adding `id="app"` to a div wrapped around the `` component and to the story...

bug
has workaround
vue3

Adding a [`files`](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#files) array to `package.json` would trim down the package size a bit.

I'm using LiquidJS which provides a custom `block` tag, this plugin doesn't indent the content within this tag correctly, treating anything inside as being on the same level. Is this...

Bug
open for contributions

**Describe the bug** The pattern of adding TypeScript typing to methods in the constructor like this: ```js /*** * @type {CollectionOnSignature} */ this.on; ``` Means that subclasses can only override...

bug