diff --git a/x-page/components/filter.vue b/x-page/components/filter.vue new file mode 100644 index 0000000..f0c0f76 --- /dev/null +++ b/x-page/components/filter.vue @@ -0,0 +1,114 @@ + + + + + \ No newline at end of file diff --git a/x-page/components/left.vue b/x-page/components/left.vue new file mode 100644 index 0000000..a82534d --- /dev/null +++ b/x-page/components/left.vue @@ -0,0 +1,118 @@ + + + + + \ No newline at end of file diff --git a/x-page/components/main.vue b/x-page/components/main.vue index 4c8b6ee..8f950a6 100644 --- a/x-page/components/main.vue +++ b/x-page/components/main.vue @@ -3,7 +3,15 @@
- + + + + + + + + +
@@ -11,20 +19,28 @@ \ No newline at end of file diff --git a/x-page/components/right.vue b/x-page/components/right.vue new file mode 100644 index 0000000..64cf6e7 --- /dev/null +++ b/x-page/components/right.vue @@ -0,0 +1,187 @@ + + + + + \ No newline at end of file diff --git a/x-page/index.html b/x-page/index.html index 8f2e7e2..549a92a 100644 --- a/x-page/index.html +++ b/x-page/index.html @@ -45,7 +45,7 @@ // } const options = { - modulesCache: { + moduleCache: { vue: Vue, }, getFile(url) { @@ -82,7 +82,7 @@ return { visible: false, bg_src: "", - loading: false, // Initialize loading state + loading: false, }; },