mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-13 17:30:27 +08:00
chore: 升级依赖,相关兼容处理
This commit is contained in:
@@ -68,7 +68,7 @@ const shortcuts1 = [
|
||||
|
||||
const value3 = ref("");
|
||||
const datePickerRef = ref();
|
||||
const placement = ref("auto");
|
||||
const placement = ref("auto") as any;
|
||||
const checkTag = ref([
|
||||
{
|
||||
title: "auto", // https://popper.js.org/docs/v2/constructors/#options
|
||||
|
||||
Reference in New Issue
Block a user