🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thtf/prolayout

Package Overview
Dependencies
Maintainers
9
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thtf/prolayout - npm Package Compare versions

Comparing version
0.0.54
to
0.0.55
+1
dist/demo.html
<!doctype html><meta charset="utf-8"><title>prolayout demo</title><script src="./index.umd.js"></script><script>console.log(prolayout)</script>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

/*
* @Author: yutao
* @Date: 2022-09-17 16:14:31
* @LastEditors: yutao
* @LastEditTime: 2022-09-19 19:15:02
* @Description: file content
*/
import Layout from './src/index.vue';
import ParentView from './src/ParentView';
import InnerLink from './src/InnerLink';
export default Layout;
export { ParentView, InnerLink };
+2
-2
{
"name": "@thtf/prolayout",
"version": "0.0.54",
"version": "0.0.55",
"description": "一个基于 vue 的布局组件。",
"main": "dist/index.umd.min.js",
"main": "packages/layout/index.js",
"keywords": [

@@ -7,0 +7,0 @@ "vue",