diff --git a/doc/menubar/RouterDoc.vue b/doc/menubar/RouterDoc.vue
index f3f8643f6..494a90ae4 100644
--- a/doc/menubar/RouterDoc.vue
+++ b/doc/menubar/RouterDoc.vue
@@ -58,7 +58,7 @@ export default {
},
{
label: 'Vite.js',
- url: 'https://vuejs.org/'
+ url: 'https://vitejs.dev/'
}
]
}
@@ -138,7 +138,7 @@ export default {
},
{
label: 'Vite.js',
- url: 'https://vuejs.org/'
+ url: 'https://vitejs.dev/'
}
]
}
@@ -207,7 +207,7 @@ const items = ref([
},
{
label: 'Vite.js',
- url: 'https://vuejs.org/'
+ url: 'https://vitejs.dev/'
}
]
}
diff --git a/doc/tree/LazyDoc.vue b/doc/tree/LazyDoc.vue
index 41fd65a39..7e5e9f6a3 100644
--- a/doc/tree/LazyDoc.vue
+++ b/doc/tree/LazyDoc.vue
@@ -7,11 +7,11 @@
- Mask Mode
+ Mask Mode
- Icon Mode
+ Icon Mode
@@ -34,11 +34,11 @@ export default {
- Mask Mode
+ Mask Mode
- Icon Mode
+ Icon Mode
@@ -55,10 +55,10 @@ export default {
},
mounted() {
this.loading = true;
- this.nodes2 = this.initateNodes2();
+ this.nodes2 = this.initiateNodes2();
setTimeout(() => {
- this.nodes = this.initateNodes();
+ this.nodes = this.initiateNodes();
this.loading = false;
this.nodes2.map((node) => (node.loading = false));
}, 2000);
@@ -112,7 +112,7 @@ export default {
}, 500);
}
},
- initateNodes() {
+ initiateNodes() {
return [
{
key: '0',
@@ -131,7 +131,7 @@ export default {
}
];
},
- initateNodes2() {
+ initiateNodes2() {
return [
{
key: '0',
@@ -161,11 +161,11 @@ export default {
- Mask Mode
+ Mask Mode
- Icon Mode
+ Icon Mode
@@ -183,7 +183,7 @@ onMounted(() => {
nodes2.value = initiateNodes2();
setTimeout(() => {
- nodes.value = initateNodes();
+ nodes.value = initiateNodes();
loading.value = false;
nodes2.value.map((node) => (node.loading = false));
}, 2000);
@@ -239,7 +239,7 @@ const onNodeExpand2 = (node) => {
}
};
-const initateNodes = () => {
+const initiateNodes = () => {
return [
{
key: '0',
@@ -259,7 +259,7 @@ const initateNodes = () => {
];
};
-const initateNodes2 = () => {
+const initiateNodes2 = () => {
return [
{
key: '0',
@@ -315,10 +315,10 @@ const initateNodes2 = () => {
},
mounted() {
this.loading = true;
- this.nodes2 = this.initateNodes2();
+ this.nodes2 = this.initiateNodes2();
setTimeout(() => {
- this.nodes = this.initateNodes();
+ this.nodes = this.initiateNodes();
this.loading = false;
this.nodes2.map((node) => (node.loading = false));
}, 2000);
@@ -373,7 +373,7 @@ const initateNodes2 = () => {
}, 500);
}
},
- initateNodes() {
+ initiateNodes() {
return [
{
key: '0',
@@ -392,7 +392,7 @@ const initateNodes2 = () => {
}
];
},
- initateNodes2() {
+ initiateNodes2() {
return [
{
key: '0',
diff --git a/doc/treeselect/FilledDoc.vue b/doc/treeselect/FilledDoc.vue
index 675bbb066..b7832ec46 100644
--- a/doc/treeselect/FilledDoc.vue
+++ b/doc/treeselect/FilledDoc.vue
@@ -18,12 +18,12 @@ export default {
selectedValue: null,
code: {
basic: `
-
+
`,
options: `
-
+
@@ -46,7 +46,7 @@ export default {
composition: `
-
+
diff --git a/doc/tristatecheckbox/FilledDoc.vue b/doc/tristatecheckbox/FilledDoc.vue
index f08da174f..176f63ed8 100644
--- a/doc/tristatecheckbox/FilledDoc.vue
+++ b/doc/tristatecheckbox/FilledDoc.vue
@@ -1,6 +1,6 @@
- A model can be bound using the standard v-model directive.
+ Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
@@ -15,7 +15,7 @@ export default {
value: null,
code: {
basic: `
-
+
`,
options: `