yangdan8
yangdan8
```js import ElementPlus from 'unplugin-element-plus/vite'; ElementPlus({ useSource: false, defaultLocale: 'zh-cn', }) ```
Providing generic support for actioncontext
Directory tree --demo ----src ----package.json5 Error message ```bash ERROR: ENOENT: no such file or directory, open 'D:\demo\package.json' ```
add dts
Code: `PerformanceObserver.supportedEntryTypes.includes('first-input')` Error: `Uncaught TypeError: Cannot read property 'includes' of undefined` `largest-contentful-paint` is also not supported
### Feature Use Case The hash value of fixed 8-bit file content is too easy to conflict. I need a longer hash with customizable length. How should I set it...
The following code will lose the 10 characters "0123456789": ` var topic ='xxx'; var data = {a:5}; stompServer.send( topic, {}, JSON.stringify({ topic, data, }) + '0123456789', ); `