lovelymaid 1.0.3 → 1.0.4
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.
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import MyContentBar from './components/MyContentBar.vue';
|
|
|
3
3
|
import MyFoldList from './components/MyFoldList.vue';
|
|
4
4
|
import MySearch from './components/MySearch.vue';
|
|
5
5
|
import MySideBar from './components/MySideBar.vue';
|
|
6
|
-
import '@/assets/
|
|
7
|
-
import '@/assets/
|
|
6
|
+
import '@/assets/base.css';
|
|
7
|
+
import '@/assets/main.css';
|
|
8
8
|
import '@/assets/icons/iconfont.css';
|
|
9
9
|
export { MyActionButton, MyContentBar, MyFoldList, MySearch, MySideBar };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lovelymaid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"main": "dist/lovelymaid.umd.js",
|
|
5
5
|
"module": "dist/lovelymaid.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,12 +15,13 @@
|
|
|
15
15
|
"preview": "vite preview"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"lovelymaid": "^1.0.
|
|
18
|
+
"lovelymaid": "^1.0.3",
|
|
19
19
|
"vue": "^3.5.22"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
23
23
|
"vite": "^7.1.11",
|
|
24
|
+
"vite-plugin-static-copy": "^3.2.0",
|
|
24
25
|
"vue-tsc": "^3.2.4"
|
|
25
26
|
}
|
|
26
27
|
}
|