摘要: <template> <el-select ref="myselectref" v-model="currentValue" v-bind="$attrs"> <slot name="option"> <el-option v-for="item in $attrs.options" :key="i 阅读全文
posted @ 2024-05-06 11:59 前端搬运工bug 阅读(63) 评论(0) 推荐(0) 编辑
摘要: `` 使用插件 "postcss-pxtorem": "^6.1.0", postcss.config.cjs 文件配置 module.exports = { plugins: { autoprefixer: { overrideBrowserslist: [ "Android 4.1", "iOS 阅读全文
posted @ 2024-05-06 11:34 前端搬运工bug 阅读(603) 评论(0) 推荐(0) 编辑
摘要: // 勾选规则 // 1.勾选当前不勾联动选子级 // 2.勾选当前需要联动勾选父级 // 3.勾选当前取消需要联动取消子级和联动取消父级,如果存在平级则不取消父级 <template> <a-spin :spinning="state.spining"> <div> <a-modal ref="m 阅读全文
posted @ 2024-05-06 11:09 前端搬运工bug 阅读(124) 评论(0) 推荐(0) 编辑