all-in-one-web-header-footer 0.0.1-security → 10.3.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of all-in-one-web-header-footer might be problematic. Click here for more details.

package/README.md CHANGED
@@ -1,5 +1,37 @@
1
- # Security holding package
1
+ ## all-in-one-web-header-footer
2
2
 
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
3
+ ### 介绍
4
4
 
5
- Please refer to www.npmjs.com/advisories?search=all-in-one-web-header-footer for more information.
5
+ 基于 header-footer all-in-one-web-header-footer 组件
6
+
7
+ ### 使用
8
+
9
+ import all-in-one-web-header-footer;
10
+
11
+ Vue.use(all-in-one-web-header-footer);
12
+
13
+ 同时引入以下css代码
14
+
15
+ .icon {
16
+ width: 1em;
17
+ height: 1em;
18
+ vertical-align: -0.15em;
19
+ fill: currentColor;
20
+ overflow: hidden;
21
+ }
22
+
23
+
24
+ ### 更新历史
25
+
26
+ - 2023/07/11 v1.0.0 create project by@dunra
27
+ - 2023/07/11 v1.0.1 修复引用问题 by@dunra
28
+ - 2023/07/11 v1.0.2 删除无用代码 by@dunra
29
+
30
+ ### 项目启动
31
+
32
+
33
+ 安装依赖 yarn install
34
+
35
+ 本地运行 yarn dev 或者 yarn serve
36
+
37
+ 打包编译 yarn lib