Decade

Results 7 issues of Decade

> Floats are aligned to either the left or right outer edge of their container. I was confused about the words 'outer edge their container'.A container should be a box...

我使用的是通过Ajax切换页面,用户在浏览当前页面的时候, 我想预加载下一页或者下几页的图片或者其它资源,怎么把这个资源传递到下个页面去呢?页面与页面之间支持数据传递吗?

I am using tsx + Vue; Here are my original code like this : ``` render(h:createElement){ return dfsd } ``` transformed to ``` return h("div", undefined, h("div", undefined, "dfsd")); ```...

When there are default and named export at the same time, we can handle it by `mixedDefaultAndNamedExport`

var async = require('async'); var concurrencyCount = 0; var fetchUrl = function(url, callback) { var delay = parseInt((Math.random() \* 10000000) % 2000, 10); concurrencyCount++; console.log('现在的并发数是', concurrencyCount, ',正在抓取的是', url, ',耗时' +...

### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#using-vue-sfcs-as-custom-elements 如文档所说,如果需要编译到custom elements,SFC的文件的style是被合理处理过的。 但是jsx格式的文件并没有。 jsx文件代码如下: ```jsx import style from './style.module.less' export default { name: 'Name', props:...

p2-nice-to-have :cake: