Alex Liu

Results 26 issues of Alex Liu

I try to build my plugin, this is original rollup config of `plugins` ```ts configs.push({ // ignore plugins: [ replace({ preventAssignment: true, values: { __DEV__: format === 'esm' ? `(process.env.NODE_ENV...

### 🔗 Linked issue #3649 #2086 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...

enhancement
app

In the current version, clicking the Elk Logo in the navigation bar will reload the entire page. https://user-images.githubusercontent.com/39984251/212484144-4ff97168-12cf-4da5-99b4-5f1bcff26d6b.mov According #86, this is to expect that when the Logo is clicked,...

### Describe the feature Currently, `preloadRouteComponents()` only allows the first parameter to be a string, but sometimes we may pass an object for `to` of ``. This can cause many...

enhancement
discussion
3.x

### 🔗 Linked issue - #18845 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...

enhancement
3.x
🍰 p2-nice-to-have

### 🔗 Linked issue - #19136 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...

### Describe the feature In earlier issue, I mention a feature request that `preloadRouteComponents` allows passing values of type `RouteLocationRaw`👉 #18845 . But I fund that the `` prefetch (or...

enhancement
3.x
🍰 p2-nice-to-have

### UnoCSS version v0.58.0 ### Describe the bug I've encountered an issue while using UnoCSS in my project. The following `box-shadow` definition in my project: ```html ``` However, in version...

stale