Twi

Results 28 comments of Twi

> [nodejs/node#26882](https://github.com/nodejs/node/pull/26882) > > Pretty much in node v12+ you need to explicitly import the process module. > > Only change you need to make is below is update process...

> Hello, @toby1knby, > > For your information, a new version of UnSHc is in progress, with the support of x86, x64, Mach-O and ARM :) ! > > I...

目前两种接口都不能播放

> @cdwmhcc 最新版本的临时接口是可用的,若不行可尝试切换网络 之前是好的,就是从今晚上开始的。 两种接口都是一样的情况,我让他们设置了临时接口,但是群里的反馈都是一样的,无法播放,无法下载。 ![image](https://user-images.githubusercontent.com/8030134/65435285-dbedf380-de52-11e9-854e-de5030e15893.png) ![image](https://user-images.githubusercontent.com/8030134/65435317-e7d9b580-de52-11e9-8c49-6909d52ecd89.png)

> @cdwmhcc 试下刷新DNS缓存 没有作用。 ![image](https://user-images.githubusercontent.com/8030134/65436510-d2658b00-de54-11e9-8239-1ad959f0e8b3.png)

@lyswhut 你是不是用了代理?

> import { h } from 'vue'; > > const CommonIcon = (props, context) => { > const svg = require(`../../assets/svg/${props.name}.svg`).default; > return h('span', {...context.attrs, class: 'common-icon', }, [ >...

> @cdwmhcc you need install plugin `vite-require`; > > In `vite.config.ts`: > > ``` > import svgLoader from 'vite-svg-loader'; > import { viteRequire } from 'vite-require'; > > export default...

> I know the reason. ### Cannot use `defineComponent`: ``` vue export default defineComponent({ async setup(props, { emit, attrs, slots }) { return () => { return () }; },...