@opentinyvue/vue-docs 3.21.2 → 3.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/vite.extend.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-docs",
3
- "version": "3.21.2",
3
+ "version": "3.21.3",
4
4
  "license": "MIT",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "~1.49.0",
@@ -70,8 +70,8 @@
70
70
  "@opentiny/vue-theme": "~3.21.1",
71
71
  "@opentiny/vue-theme-mobile": "~3.21.0",
72
72
  "@opentiny/vue-theme-saas": "~3.21.0",
73
- "@opentiny/vue-locale": "~3.21.0",
74
73
  "@opentiny/vue-renderless": "~3.21.0",
74
+ "@opentiny/vue-locale": "~3.21.0",
75
75
  "@opentiny/vue-modal": "~3.21.0",
76
76
  "@opentiny/vue-flowchart": "~3.21.0",
77
77
  "@opentiny/vue-vite-import": "~1.2.0"
package/vite.extend.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  import path from 'node:path'
2
2
  import tailwindCss from 'tailwindcss'
3
+ import fg from 'fast-glob'
4
+ import fs from 'fs-extra'
3
5
 
4
6
  // 删除构建后一些无用的静态资源
5
7
  export const delStaticPlugin = () => {