Axe

Results 27 comments of Axe
trafficstars

多谢反馈,忙完这几天就修复。 On Jul 13, 2017 9:40 AM, "lki2019" wrote: > rucewu1201 : 好听好听好听 > 风花雪月情 : 马冬什么 > 木可110 : 666666666 > 风花雪月情 赠送: 赞(0.1 鱼翅) x 6 > 后羿与嫦娥唯美邂逅...

the latest one On Nov 24, 2016 10:29 AM, "VanishingDante" wrote: > > Unable to find a suitable version for angular, please choose one by typing one of the numbers...

I'm sorry. Something was wrong with my npm yesterday. Btw, could you add browser-sync?

i will just shim it for now i guess, ```typescript import { Route } from "vue-router"; export interface RouteState extends Route { from: Route; } ```

@posva that is the problem, no `from` in route type, but the store state has it: https://github.com/vuejs/vuex-router-sync/blob/master/src/index.js#L71 , and @LinusBorg I don't think this is a issue for `vue-router`, since...

```jsx import { Meta, Props, Story, Preview } from "@storybook/addon-docs/blocks"; import Button from "@/components/UpButton/Button.vue"; import ButtonStory from "./Button.story.vue"; # Button All Buttons {() => ButtonStory} ``` This is how I...

hi @chanced thank you for reporting this. I have to figure out a way to support websocket

sry, after searching around on this issue, I don't see a good solution for this. I might need to dig deep into vite to see if I can find a...

i think it's better to keep your frontend and backend separated. At your frontend vite config just proxy the `/api` to your backend URL. See: https://vitejs.dev/config/#server-proxy

can you provide a repro? I could create new route without any problem.