leowang
leowang
在 src/mian/index.ts 文件中添一个中文变量会导致编译出错: Error: The keyword 'let' is reserved (Note that you need plugins to import files that are not JavaScript) ```javascript let 中文 = 123; console.log(中文); ```
Toast 能不能自定义弹出方向呢
component(resolve) { require.ensure(['./components/recommend/recommend.vue'], () => { resolve(require('./components/recommend/recommend.vue')); }); }, 我不明白为什么还可以这样写,这个resolve 参数是谁传过来的
可以支持typescript吗
### 实现顶部一级菜单栏,左侧多级菜单栏 有时候需要更加清晰的分割业务模块,让用户更容易找到想要的功能,就会考虑用顶部菜单去分割大的业务模块,然后侧边栏展示此模块里面的小模块会更加清晰 ### 案例  希望在切换布局设置里面增加一个顶部“顶部一级菜单栏,左侧多级菜单栏”的布局
### Issue description SQL error cannot be pinpointed to the source code location. ### Expected Behavior I hope the error message can accurately pinpoint the location in the source code....
### Issue description SQL error cannot be pinpointed to the source code location. ### Expected Behavior I hope the error message can accurately pinpoint the location in the source code....
Bug Type: **`Component`** ## Environment - Vue Version: `3.4.21` - Element Plus Version: `2.6.2` - Browser / OS: `windows chrome 122` - Build Tool: `Vite` ## Reproduction ### Related Component...