GuangHui
GuangHui
Hello, This PR adds a link to a `monorepo-starter` showing how to set up a monorepo with `storybook+rollup+lerna+jsdoc`
当transition组件的过渡模式设置为'out-in'时,缓存会失效,组件会重新创建! ```html ```
安卓上,如果当前页面一半以下有输入框,在获取焦点弹出键盘,键盘会遮挡住输入框,在输入完毕后,当前页面会整体上移,导致后一页的一部分会显示出来,继续往后滑动,后面的每一页都会出现相同问题....测试了下,貌似安卓都有这问题....如果将输入框放在页面上部的时候并不会出现这问题....求解决方法...
### Describe the bug ```js // vite.config.js AutoImport({ // targets to transform include: [ /\.[tj]sx?$/, // .ts, .tsx, .js, .jsx /\.vue$/, /\.vue\?vue/, // .vue ], // global imports to register...
Is there any way to compress the output css file? ```js plugins: [ nodeResolve(), commonjs(), babel(getBabelOptions(isModern)), vue({ css: false, compileTemplate: true }), css({ output: 'index.css' }), banner(getBanner()), terser(getTerserOptions()) ] ```
### Describe the bug use `npm init vue` and them chage the `alias` from `@` to `~`,then get this error! ```js // vite.config.ts ... { resolve:{ alias: { '~': fileURLToPath(new...
作者你好,你的插件很好用,我一直在使用,但是最近出了点小问题。 最近我在尝试使用requireJs来管理我的js,当我加载你的插件时,总是会报错(此时没有使用shim),提示我`Script error for "default-style", needed by: jquery`。 我尝试添加了shim(如下),依旧会报错,不过报的是`$(...).terseBanner is not a function`。 我查看了你的源代码,发现是使用了AMD定义的(使用了AMD定义的,应该不需要shim才对)。 不知道是我使用错了,还是什么其他原因,望指教。 另外如果可以,希望能添加一个使用amd的demo,方便新手使用。 ```javascript var configs = {// 默认配置 baseUrl: 'js/lib', paths: { domReady: 'domReady', banner: '../vendor/jquery.terseBanner.min',...
### Describe the feature / 功能描述 使用的版本:v5.3.2 现在在`new Chart()`时传入`container节点或selector字符串`; 有些场景,需要先创建`Chart`实例,设置好图表数据后,最后再传入container,挂载到页面上; 考虑提供mount()方法实现动态挂载能力吗? 如果不考虑提供,那在创建`Chart`实例后,修改`_container`能达到一样效果? ### Are you willing to contribute? / 是否愿意参与贡献? Please select / 请选择