-
目录结构:
pages/
--| a.vue
--| b.vue
--| b/
-----| c.vue
-----| c/
-------| d.vue
生成的router:
```
router: {
routes: [
{
name: 'a',
path: '/a',
component: …
tyz98 updated
3 years ago
-
-
### Version
5.0.6
### Environment info
```
System:
OS: macOS 12.4
CPU: (8) arm64 Apple M1
Binaries:
Node: 16.14.2 - /usr/local/bin/node
Yarn: Not Found
npm: 8.5.0 …
-
### Version
1.0.0-beta.33
### Reproduction link
[https://codesandbox.io/s/vue-template-yy6q9](https://codesandbox.io/s/vue-template-yy6q9)
### Steps to reproduce
1. Create a compo…
-
### What happened?
I am trying to dispatch an event test to `my-content-script` from a popup, using `background` as a proxy, and sending the event `test.bg` to it.
```typescript
async function …
-
### What problem is this solving
I'm trying to use pinia in a microfrontends architecture, and we are planing to use importmaps to solve duplication of bundling dependencies.
So we're mapping pinia …
-
Let's say that this needs to be SEO friendly. What would be the best practice of making the section editable but keep also the streaming approach
-
### What happened?
I am running `npx @quasar/icongenie generate -i ./path/to/image.png` in Github Actions CICD and I'm getting these deprecation warnings for `icongenie`.
```
npm WARN exec The …
-
![image](https://user-images.githubusercontent.com/21187862/44068738-30076954-9fae-11e8-9446-9abc3767c102.png)
-
### What happened?
I ran `yarn quasar dev`, then hit ctrl-C. But it carried on working, e.g. outputting:
```
• Compiling:
└── UI ████ 16% building 0/3 entries 2650/2700 depende…